From 93584bcc90cd5e73bc175e5cd5569c5dcb017921 Mon Sep 17 00:00:00 2001 From: Eric Fahlgren Date: Sat, 1 Feb 2025 07:08:05 -0800 Subject: [PATCH] config: add removed package to package_changes 'luci-app-diag-core' was removed from the package feeds, include it in the 'package_changes' list. Fixes: #1185 Signed-off-by: Eric Fahlgren --- asu/config.py | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/asu/config.py b/asu/config.py index 35b7b5ca..d6fe1c28 100644 --- a/asu/config.py +++ b/asu/config.py @@ -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",