diff options
author | Robert Marko <robimarko@gmail.com> | 2023-06-11 19:32:52 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-06-16 11:11:08 +0200 |
commit | f02f6aaa8d4e1025ab4aa9f569123e57f689f4e5 (patch) | |
tree | a5cd6920cb495282ceaa8ddbbb4adf9297b8e2b4 /config | |
parent | de9955a62f6aab6eafb2cfdffc4829ee97e69c04 (diff) | |
download | openwrt-f02f6aaa8d4e1025ab4aa9f569123e57f689f4e5.tar.gz openwrt-f02f6aaa8d4e1025ab4aa9f569123e57f689f4e5.tar.bz2 openwrt-f02f6aaa8d4e1025ab4aa9f569123e57f689f4e5.zip |
ipq807x: rename target to qualcommax
Currently, ipq807x only covers Qualcomm IPQ807x SoC-s.
However, Qualcomm also has IPQ60xx and IPQ50xx SoC-s under the AX WiSoC-s
and they share a lot of stuff with IPQ807x, especially IPQ60xx so to avoid
duplicating kernel patches and everything lets make a common target with
per SoC subtargets.
Start doing that by renaming ipq807x to qualcommax so that dependencies
on ipq807x target can be updated.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-images.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Config-images.in b/config/Config-images.in index ea7b3d37c3..c37537b1a7 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -17,7 +17,7 @@ menu "Target Images" default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_lantiq default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_mpc85xx default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ramips - default TARGET_INITRAMFS_COMPRESSION_ZSTD if TARGET_ipq807x + default TARGET_INITRAMFS_COMPRESSION_ZSTD if TARGET_qualcommax default TARGET_INITRAMFS_COMPRESSION_XZ if USES_SEPARATE_INITRAMFS default TARGET_INITRAMFS_COMPRESSION_NONE depends on TARGET_ROOTFS_INITRAMFS |