Skip to content

Installing upstream OpenWrt packages fails due to malformed version string #1838

Description

@Tbaile

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

Status
In Progress 🛠

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions