From a2b8a3fbb92eeb36a8465df214d5ab454a89272e Mon Sep 17 00:00:00 2001 From: Pawel Dembicki Date: Wed, 25 Feb 2026 21:06:28 +0100 Subject: [PATCH] mpc85xx: remove swconfig package Every devices of mpc85xx was switched to DSA. Swconfig can be removed. Signed-off-by: Pawel Dembicki Link: https://github.com/openwrt/openwrt/pull/22161 Signed-off-by: Robert Marko --- target/linux/mpc85xx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index d4693d487f..8a9c0ae293 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ kmod-input-core kmod-input-gpio-keys kmod-button-hotplug \ - kmod-leds-gpio swconfig kmod-ath9k wpad-basic-mbedtls kmod-usb2 \ + kmod-leds-gpio kmod-ath9k wpad-basic-mbedtls kmod-usb2 \ uboot-envtools kmod-crypto-hw-talitos $(eval $(call BuildTarget))