diff options
author | Robert Marko <robimarko@gmail.com> | 2023-08-14 13:48:37 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-08-14 19:28:56 +0200 |
commit | bb4a25860f593790aaedc1b31dde33fbc519e7bf (patch) | |
tree | 5b7ed7f0edcd30a4cc2cf6389b34e337bdd60afa | |
parent | 9e9dc1890c6f58d858208136ecfa435445dfca09 (diff) |
ipq40xx: meraki: remove swconfig in DEVICE_PACKAGES
ipq40xx was converted to DSA and swconfig is not being included at all in
the default packages so there is no need to drop it from device packages.
Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r-- | target/linux/ipq40xx/image/generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk index 55e143e0dd..78fa22c234 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -762,7 +762,7 @@ define Device/meraki_common SOC := qcom-ipq4029 BLOCKSIZE := 128k PAGESIZE := 2048 - DEVICE_PACKAGES := -swconfig ath10k-firmware-qca9887-ct + DEVICE_PACKAGES := ath10k-firmware-qca9887-ct endef define Device/meraki_mr33 |