From 2412a29226d5b72202dd2d8dc59c04d439401f39 Mon Sep 17 00:00:00 2001 From: Arne Jonsson Date: Tue, 28 May 2024 16:22:26 +0200 Subject: [PATCH] treewide: change name of package dependency from bcmkernel to bcm963xx-bsp --- gryphon-led-module/Makefile | 2 +- libethernet/Makefile | 2 +- libpicoevent-bcm/Makefile | 2 +- libqos/Makefile | 2 +- libwifi/Makefile | 2 +- voicemngr/Makefile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gryphon-led-module/Makefile b/gryphon-led-module/Makefile index 274fd6eb4..edd137c95 100644 --- a/gryphon-led-module/Makefile +++ b/gryphon-led-module/Makefile @@ -28,7 +28,7 @@ define KernelPackage/$(PKG_NAME) FILES:=$(PKG_BUILD_DIR)/$(PKG_NAME).$(LINUX_KMOD_SUFFIX) KCONFIG:=CONFIG_PACKAGE_kmod-gryphon-led-kernel-module=y AUTOLOAD:=$(call AutoLoad,60,$(PKG_NAME)) - DEPENDS:= +(TARGET_brcmbca):bcmkernel + DEPENDS:= +(TARGET_brcmbca):bcm963xx-bsp PKG_LICENSE:=GPLv2 PKG_LICENSE_URL:= endef diff --git a/libethernet/Makefile b/libethernet/Makefile index 0b31be3cb..700d5becb 100644 --- a/libethernet/Makefile +++ b/libethernet/Makefile @@ -66,7 +66,7 @@ define Package/libethernet SUBMENU:=IOPSYS HAL libs MENU:=1 TITLE:= Ethernet library (libethernet) - DEPENDS+=+libnl +libnl-route +libeasy +TARGET_airoha:ecnt_api +TARGET_brcmbca:bcmkernel + DEPENDS+=+libnl +libnl-route +libeasy +TARGET_airoha:ecnt_api +TARGET_brcmbca:bcm963xx-bsp endef define Package/libethernet/description diff --git a/libpicoevent-bcm/Makefile b/libpicoevent-bcm/Makefile index de3bbd117..11a6a2daf 100644 --- a/libpicoevent-bcm/Makefile +++ b/libpicoevent-bcm/Makefile @@ -26,7 +26,7 @@ define Package/libpicoevent-bcm CATEGORY:=Libraries TITLE:=Libpicoevent-bcm URL:= - DEPENDS:= +TARGET_brcmbca:bcmkernel + DEPENDS:= +TARGET_brcmbca:bcm963xx-bsp include $(TOPDIR)/feeds/broadcom/bcmkernel/bcm-toolchain.mk endef diff --git a/libqos/Makefile b/libqos/Makefile index e9f79c896..68360e733 100644 --- a/libqos/Makefile +++ b/libqos/Makefile @@ -65,7 +65,7 @@ define Package/libqos SUBMENU:=IOPSYS HAL libs MENU:=1 TITLE:= QoS library (libqos) - DEPENDS+=+libnl +libnl-route +libeasy +TARGET_brcmbca:bcmkernel + DEPENDS+=+libnl +libnl-route +libeasy +TARGET_brcmbca:bcm963xx-bsp endef define Package/libqos/config diff --git a/libwifi/Makefile b/libwifi/Makefile index e38479b43..add803aa5 100644 --- a/libwifi/Makefile +++ b/libwifi/Makefile @@ -131,7 +131,7 @@ endef define Package/libwifi $(call Package/libwifi-common) TITLE:= WiFi library (libwifi) - DEPENDS+=+libnl +libnl-route +libeasy +libwifiutils +TARGET_brcmbca:bcmkernel + DEPENDS+=+libnl +libnl-route +libeasy +libwifiutils +TARGET_brcmbca:bcm963xx-bsp endef define Package/libwifi/config diff --git a/voicemngr/Makefile b/voicemngr/Makefile index b4f2dd5a4..457f5ad46 100644 --- a/voicemngr/Makefile +++ b/voicemngr/Makefile @@ -43,7 +43,7 @@ define Package/$(PKG_NAME) DEPENDS:= +libubox +libblobmsg-json +ubus +!TARGET_brcmbca:libpicoevent +TARGET_brcmbca:libpicoevent-bcm \ +!TARGET_brcmbca:uci +TARGET_brcmbca:uci-bcm \ - +TARGET_brcmbca:bcmkernel +TARGET_brcmbca:libvoice-broadcom \ + +TARGET_brcmbca:bcm963xx-bsp +TARGET_brcmbca:libvoice-broadcom \ +TARGET_ipq95xx:libvoice-d2 +TARGET_ipq95xx:kmod-d2-voice \ +TARGET_airoha:kmod-voip_driver +TARGET_airoha:voip_app +TARGET_airoha:libvoice-airoha endef