openwrt / asu

An image on demand server for OpenWrt based distributions
https://sysupgrade.openwrt.org
GNU General Public License v2.0
321 stars 80 forks source link

Server response: Unsupported profile: linksys,wrt1200ac #708

Closed recyclebin99 closed 8 months ago

recyclebin99 commented 8 months ago

Getting "Unsupported profile" error from the sysupgrade server for my WRT1200AC.

Using LuCI (System->Attended Sysupgrade), with "Advanced Mode" enabled (same error occurs without Advanced Mode enabled). Starting from 22.03.2 - r19803-9a599fee93, trying to go to 22.03.06.

{
    "url": "https://sysupgrade.openwrt.org",
    "revision": "r19803-9a599fee93",
    "advanced_mode": "1",
    "branch": "22.03",
    "efi": null,
    "profile": "linksys,wrt1200ac",
    "target": "mvebu/cortexa9",
    "version": "22.03.6",
    "packages": [
        "base-files",
        "busybox",
        "ca-bundle",
        "dnsmasq",
        "dropbear",
        "firewall4",
        "fstools",
        "htop",
        "iwinfo",
        "kernel",
        "kmod-gpio-button-hotplug",
        "kmod-mwlwifi",
        "kmod-nft-offload",
        "libc",
        "libustream-wolfssl",
        "logd",
        "luci",
        "luci-app-advanced-reboot",
        "luci-app-attendedsysupgrade",
        "mtd",
        "mwlwifi-firmware-88w8864",
        "netifd",
        "nftables-json",
        "odhcp6c",
        "odhcpd-ipv6only",
        "opkg",
        "ppp",
        "ppp-mod-pppoe",
        "procd",
        "procd-seccomp",
        "procd-ujail",
        "tcpdump",
        "uboot-envtools",
        "uci",
        "uclient-fetch",
        "urandom-seed",
        "urngd",
        "wpad-basic-wolfssl"
    ],
    "diff_packages": true,
    "filesystem": "squashfs",
    "client": "luci/git-23.093.42303-58b861d"
}
recyclebin99 commented 8 months ago

Never was able to get ASU working for 22.03.2->22.03.6 due to "Unsupported profile" for my WRT1200AC, but using LuCI ASU (in advanced mode) I was able to jump to 23.05.2 r23630-842932a63d.

root@WRT1200AC:~# cat /etc/os-release 
NAME="OpenWrt"
VERSION="23.05.2"
ID="openwrt"
ID_LIKE="lede openwrt"
PRETTY_NAME="OpenWrt 23.05.2"
VERSION_ID="23.05.2"
HOME_URL="https://openwrt.org/"
BUG_URL="https://bugs.openwrt.org/"
SUPPORT_URL="https://forum.openwrt.org/"
BUILD_ID="r23630-842932a63d"
OPENWRT_BOARD="mvebu/cortexa9"
OPENWRT_ARCH="arm_cortex-a9_vfpv3-d16"
OPENWRT_TAINTS=""
OPENWRT_DEVICE_MANUFACTURER="OpenWrt"
OPENWRT_DEVICE_MANUFACTURER_URL="https://openwrt.org/"
OPENWRT_DEVICE_PRODUCT="Generic"
OPENWRT_DEVICE_REVISION="v0"
OPENWRT_RELEASE="OpenWrt 23.05.2 r23630-842932a63d"

root@WRT1200AC:~# uname -a
Linux WRT1200AC 5.15.137 #0 SMP Tue Nov 14 13:38:11 2023 armv7l GNU/Linux

So I'm closing this ticket, even though technically 22.03.2->22.03.6 ASU wouldn't work for the WRT1200AC.