Steps to reproduce
- On a NethSecurity 8.8.0 device, enable upstream OpenWrt package repositories as documented (
/etc/apk/repositories.d/customfeeds.list using ${openwrt_version})
- Run
apk update / attempt to install any package from that feed
Expected behavior
The package downloads and installs successfully using the OpenWrt release path (e.g. 25.12.5).
Actual behavior
The fetch fails with wget: exited with error 8 (not found). The openwrt_version apk variable is published with a v prefix (e.g. v25.12.5), but upstream OpenWrt release paths never use that prefix, so the constructed URL is invalid.
Components
ns-plug 1.3.1 (distfeed-setup script)
https://community.nethserver.org/t/upstream-openwrt-packages-installation-not-working/28220
Steps to reproduce
/etc/apk/repositories.d/customfeeds.listusing${openwrt_version})apk update/ attempt to install any package from that feedExpected behavior
The package downloads and installs successfully using the OpenWrt release path (e.g.
25.12.5).Actual behavior
The fetch fails with
wget: exited with error 8(not found). Theopenwrt_versionapk variable is published with avprefix (e.g.v25.12.5), but upstream OpenWrt release paths never use that prefix, so the constructed URL is invalid.Components
ns-plug 1.3.1 (
distfeed-setupscript)https://community.nethserver.org/t/upstream-openwrt-packages-installation-not-working/28220