diff options
author | Tomasz Maciej Nowak <tmn505@gmail.com> | 2022-09-06 15:32:34 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-09-07 21:21:38 +0200 |
commit | 47306d47ef1873f11cbfb2cd24f4e12a83a31301 (patch) | |
tree | 10aae80e17edb89837396ae0279ec3abbfd37dc3 /target/linux/ipq40xx/image | |
parent | 80baffd2aa91a1e95f818e7e9f7d668d3b64ed42 (diff) | |
download | upstream-47306d47ef1873f11cbfb2cd24f4e12a83a31301.tar.gz upstream-47306d47ef1873f11cbfb2cd24f4e12a83a31301.tar.bz2 upstream-47306d47ef1873f11cbfb2cd24f4e12a83a31301.zip |
ipq-wifi: add Pakedge WR-1 support
Calibration variants:
Pakedge-WR-1 ETSI, FCC and IC-2.4GHz
Pakedge-WR-1-ACMA ACMA
Pakedge-WR-1-IC IC-5GHz
Pakedge-WR-1-SRRC SRRC
Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
Diffstat (limited to 'target/linux/ipq40xx/image')
-rw-r--r-- | target/linux/ipq40xx/image/generic.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk index 5652bf9414..98a40349b2 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -899,6 +899,7 @@ define Device/pakedge_wr-1 DEVICE_VENDOR := Pakedge DEVICE_MODEL := WR-1 DEVICE_DTS_CONFIG := config@ap.dk01.1-c1 + DEVICE_PACKAGES := ipq-wifi-pakedge_wr-1 SOC := qcom-ipq4018 BLOCKSIZE := 64k IMAGE_SIZE := 31232k |