Skip to content

Commit

Permalink
config: add removed package to package_changes
Browse files Browse the repository at this point in the history
'luci-app-diag-core' was removed from the package feeds, include it in the
'package_changes' list.

Fixes: #1185
Signed-off-by: Eric Fahlgren <[email protected]>
  • Loading branch information
efahl authored and aparcar committed Feb 1, 2025
1 parent e61fe41 commit 93584bc
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions asu/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,11 @@
package_changes_list = [
{"source": "firewall", "target": "firewall4", "revision": 18611},
{"source": "kmod-nft-nat6", "revision": 20282, "mandatory": True},
{
"source": "libustream-wolfssl",
"target": "libustream-mbedtls",
"revision": 21994,
},
{"source": "libustream-wolfssl", "target": "libustream-mbedtls", "revision": 21994},
{"source": "px5g-wolfssl", "target": "px5g-mbedtls", "revision": 21994},
{
"source": "wpad-basic-wolfssl",
"target": "wpad-basic-mbedtls",
"revision": 21994,
},
{
"source": "libustream-wolfssl",
"target": "libustream-mbedtls",
"revision": 21994,
},
{"source": "wpad-basic-wolfssl", "target": "wpad-basic-mbedtls", "revision": 21994},
{"source": "libustream-wolfssl", "target": "libustream-mbedtls", "revision": 21994},
{"source": "luci-app-diag-core", "revision": 25984, "mandatory": True},
{"source": "auc", "target": "owut", "revision": 26792},
{
"source": "luci-app-opkg",
Expand Down

0 comments on commit 93584bc

Please sign in to comment.