Skip to content

Commit

Permalink
ipq806x: drop swconfig leftovers
Browse files Browse the repository at this point in the history
They are unnecessary since ipq806x switched to DSA in
the commit 337e36e.

Signed-off-by: Aleksander Jan Bajkowski <[email protected]>
Reviewed-by: Robert Marko <[email protected]>
  • Loading branch information
abajk authored and Ansuel committed Jan 26, 2024
1 parent 0f09fd6 commit 4fb04e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/linux/ipq806x/image/generic.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 \
Expand Down

0 comments on commit 4fb04e3

Please sign in to comment.