From: Pawel Dembicki Date: Wed, 25 Feb 2026 20:06:28 +0000 (+0100) Subject: mpc85xx: remove swconfig package X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2b8a3fbb92eeb36a8465df214d5ab454a89272e;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index d4693d487f7..8a9c0ae293f 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))