Parcourir la source

mpc85xx: remove swconfig package

Every devices of mpc85xx was switched to DSA.
Swconfig can be removed.

Signed-off-by: Pawel Dembicki <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/22161
Signed-off-by: Robert Marko <[email protected]>
Pawel Dembicki il y a 1 mois
Parent
commit
a2b8a3fbb9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      target/linux/mpc85xx/Makefile

+ 1 - 1
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))