diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2019-08-23 19:38:29 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-08-24 23:23:31 +0200 |
commit | 94bf2e481338444df922f25cd61f7b45bd0c3842 (patch) | |
tree | fe8208d369e7c102f55fe8d2b851b286acc4763b | |
parent | 3dc5716b0782a5524cc0f2b41c9f02ba2aaf89bf (diff) | |
download | upstream-94bf2e481338444df922f25cd61f7b45bd0c3842.tar.gz upstream-94bf2e481338444df922f25cd61f7b45bd0c3842.tar.bz2 upstream-94bf2e481338444df922f25cd61f7b45bd0c3842.zip |
ipq40xx: drop unreachable ipq-wifi package for the AP120C-AC
Harri Hursti reported that ALFA Network AP120C-AC does not
work anymore due to: "Unknown package 'ipq-wifi-alfa-network_ap120c-ac'."
This patch fixes the issue by removing the stale package from
the device's dependencies as the calibration data is now
provided by the upstream board-2.bin.
Reported-by: Harri Hursti <harri@nordicinnovationlabs.com>
Fixes: 8f757d427cce ("ipq-wifi: drop upstreamed custom board-2.bin")
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
-rw-r--r-- | target/linux/ipq40xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/image/Makefile b/target/linux/ipq40xx/image/Makefile index 0070db65c5..4572ab461d 100644 --- a/target/linux/ipq40xx/image/Makefile +++ b/target/linux/ipq40xx/image/Makefile @@ -77,7 +77,7 @@ define Device/alfa-network_ap120c-ac DEVICE_VENDOR := ALFA Network DEVICE_MODEL := AP120C-AC DEVICE_DTS := qcom-ipq4018-ap120c-ac - DEVICE_PACKAGES := ipq-wifi-alfa-network_ap120c-ac kmod-usb-acm \ + DEVICE_PACKAGES := kmod-usb-acm \ kmod-tpm-i2c-atmel uboot-envtools BLOCKSIZE := 128k PAGESIZE := 2048 |