]> git.ipfire.org Git - thirdparty/openwrt.git/commit
package: rework contents of package index.json 19051/head
authorEric Fahlgren <ericfahlgren@gmail.com>
Fri, 6 Jun 2025 23:43:27 +0000 (16:43 -0700)
committerRobert Marko <robimarko@gmail.com>
Wed, 11 Jun 2025 14:55:31 +0000 (16:55 +0200)
commit2b0b16f1d1571b23425b2d7ab5dc3816e2ceec12
tree73b09275567a0a31d8fb304d982375757284d5b4
parentb7fa9d92aef86453c28875b50ae27fbab3b500a4
package: rework contents of package index.json

Rework the generation of the index.json version of the package
indexes to match the original intent (i.e., for use by the ASU
server and other downstream projects).  The current file contains
package names that have ABI versioning, making them unusable by ASU,
so we now remove the ABI suffixes.

Also adds a 'version' field to the json, so downstream utilities
can detect the new semantics of the package name fields.

Links: https://github.com/openwrt/openwrt/commit/218ce40cd738f3373438aab82467807a8707fb9c
Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19051
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/Makefile
scripts/make-index-json.py [new file with mode: 0755]