Opkg update can not download Packages.gz on OpenWrt One

Hi. I bought the OpenWrt One router and tried to update the packages. It didn’t work, as you can see here:

root@OpenWrt:~# opkg update
Downloading https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/Packages.gz

Downloading https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/base/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/base/Packages.gz

Collected errors:
 * opkg_download: Failed to download https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/Packages.gz, wget returned 8.
 * opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/base/Packages.gz, wget returned 8.

When I open the links manually, they also don’t load because they don’t exist. So I edited /etc/opkg/distfeeds.conf with vi , deleted the wrong entries, and added this: src/gz openwrt_core https://downloads.openwrt.org/releases/25.12.5/targets/mediatek/filogic/packages/

I saved the file with Esc , :wq and Enter , but it still didn’t help:

root@OpenWrt:~# opkg update
Downloading https://downloads.openwrt.org/releases/25.12.5/targets/mediatek/filogic/packages//Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/releases/25.12.5/targets/mediatek/filogic/packages//Packages.gz

Collected errors:
 * opkg_download: Failed to download https://downloads.openwrt.org/releases/25.12.5/targets/mediatek/filogic/packages//Packages.gz, wget returned 8.

It tries to download Packages.gz , but that doesn’t seem to exist. What do I need to enter there? Device info:

root@OpenWrt:~# cat /etc/os-release
NAME="OpenWrt"
VERSION="SNAPSHOT"
ID="openwrt"
ID_LIKE="lede openwrt"
PRETTY_NAME="OpenWrt SNAPSHOT"
VERSION_ID="snapshot"
HOME_URL="https://openwrt.org/"
BUG_URL="https://bugs.openwrt.org/"
SUPPORT_URL="https://forum.openwrt.org/"
BUILD_ID="r27876+1-3098b4bf07"
OPENWRT_BOARD="mediatek/filogic"
OPENWRT_ARCH="aarch64_cortex-a53"
OPENWRT_TAINTS="no-all"
OPENWRT_DEVICE_MANUFACTURER="OpenWrt"
OPENWRT_DEVICE_MANUFACTURER_URL="https://openwrt.org/"
OPENWRT_DEVICE_PRODUCT="Generic"
OPENWRT_DEVICE_REVISION="v0"
OPENWRT_RELEASE="OpenWrt SNAPSHOT r27876+1-3098b4bf07"
OPENWRT_BUILD_DATE="1729584976"