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 /package/kernel/qca-ssdk/Makefile | |
| parent | de9955a62f6aab6eafb2cfdffc4829ee97e69c04 (diff) | |
| download | upstream-f02f6aaa8d4e1025ab4aa9f569123e57f689f4e5.tar.gz upstream-f02f6aaa8d4e1025ab4aa9f569123e57f689f4e5.tar.bz2 upstream-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 'package/kernel/qca-ssdk/Makefile')
| -rw-r--r-- | package/kernel/qca-ssdk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/qca-ssdk/Makefile b/package/kernel/qca-ssdk/Makefile index 92f7b66490b..169252663b7 100644 --- a/package/kernel/qca-ssdk/Makefile +++ b/package/kernel/qca-ssdk/Makefile @@ -20,7 +20,7 @@ define KernelPackage/qca-ssdk CATEGORY:=Kernel modules SUBMENU:=Network Devices TITLE:=Qualcom SSDK switch driver - DEPENDS:=@(TARGET_ipq807x) + DEPENDS:=@(TARGET_qualcommax) FILES:=$(PKG_BUILD_DIR)/build/bin/qca-ssdk.ko AUTOLOAD:=$(call AutoLoad,30,qca-ssdk) endef |
