diff options
| author | Robert Marko | 2024-11-24 22:50:22 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-11-25 09:26:33 +0000 |
| commit | 1f53b7fb75265d182e809ef3e3cbaca0c43dd3ec (patch) | |
| tree | 170f53c6990f11330fa2a74731c72d7314892a62 | |
| parent | eed39d45c2ff901b5327c7ab63c9131166e3140e (diff) | |
| download | openwrt-1f53b7fb75265d182e809ef3e3cbaca0c43dd3ec.tar.gz | |
qualcommax: ipq60xx: remove source-only flag
Its been a while since we added ipq60xx as source-only, it is now
quite usable so lets remove the source-only flag to start building
official images.
I also plan to merge additional popular boards rather soon.
Link: https://github.com/openwrt/openwrt/pull/17065
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/qualcommax/ipq60xx/target.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/qualcommax/ipq60xx/target.mk b/target/linux/qualcommax/ipq60xx/target.mk index dc3a2ceff6..06a85ab5e4 100644 --- a/target/linux/qualcommax/ipq60xx/target.mk +++ b/target/linux/qualcommax/ipq60xx/target.mk @@ -1,5 +1,4 @@ SUBTARGET:=ipq60xx -FEATURES += source-only BOARDNAME:=Qualcomm Atheros IPQ60xx DEFAULT_PACKAGES += ath11k-firmware-ipq6018 |