ipq806x: drop swconfig leftovers
authorAleksander Jan Bajkowski <olek2@wp.pl>
Sat, 25 Nov 2023 22:47:08 +0000 (23:47 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Fri, 26 Jan 2024 15:00:22 +0000 (16:00 +0100)
They are unnecessary since ipq806x switched to DSA in
the commit 337e36e0ef988d850105cfa5f7588e36d90aef2b.

Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
Reviewed-by: Robert Marko <robimarko@gmail.com>
target/linux/ipq806x/image/generic.mk

index 824a95b157a697a0a9812f9c738066646ac5878e..98e74e5b114c2267424be49a1ddb699f7d4af9d2 100644 (file)
@@ -240,7 +240,7 @@ define Device/meraki_mr42
        BLOCKSIZE := 128k
        PAGESIZE := 2048
        KERNEL_LOADADDR = 0x44208000
-       DEVICE_PACKAGES := -swconfig -kmod-ata-ahci -kmod-ata-ahci-platform \
+       DEVICE_PACKAGES := -kmod-ata-ahci -kmod-ata-ahci-platform \
                -kmod-usb-ohci -kmod-usb2 -kmod-usb-ledtrig-usbport \
                -kmod-phy-qcom-ipq806x-usb -kmod-usb3 -kmod-usb-dwc3-qcom \
                -uboot-envtools ath10k-firmware-qca9887-ct \
@@ -258,7 +258,7 @@ define Device/meraki_mr52
        PAGESIZE := 2048
        KERNEL_LOADADDR = 0x44208000
        DEVICE_DTS_CONFIG := config@2
-       DEVICE_PACKAGES := -swconfig -kmod-ata-ahci -kmod-ata-ahci-platform \
+       DEVICE_PACKAGES := -kmod-ata-ahci -kmod-ata-ahci-platform \
                -kmod-usb-ohci -kmod-usb2 -kmod-usb-ledtrig-usbport \
                -kmod-phy-qcom-ipq806x-usb -kmod-usb3 -kmod-usb-dwc3-qcom \
                -uboot-envtools ath10k-firmware-qca9887-ct \