From: Hauke Mehrtens Date: Mon, 23 Dec 2019 23:46:51 +0000 (+0100) Subject: ath10k-firmware: Add kmod-ath10k-ct-smallbuffers to depends X-Git-Tag: v21.02.0-rc1~4260 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=80f06cb601160534f20e61d476dcedba77d5a47d;p=openwrt%2Fopenwrt.git ath10k-firmware: Add kmod-ath10k-ct-smallbuffers to depends Only select ath10k-ct-regular when smallbuffers version was not selected. Signed-off-by: Hauke Mehrtens --- diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile index 1ae813023c..394580549b 100644 --- a/package/firmware/ath10k-firmware/Makefile +++ b/package/firmware/ath10k-firmware/Makefile @@ -174,7 +174,7 @@ $(Package/ath10k-firmware-default) SECTION:=firmware CATEGORY:=Firmware PROVIDES:=ath10k-firmware-qca988x - DEPENDS:=+kmod-ath10k-ct + DEPENDS:=+!PACKAGE_kmod-ath10k-ct-smallbuffers:kmod-ath10k-ct endef define Package/ath10k-firmware-qca9887-ct @@ -190,7 +190,7 @@ $(Package/ath10k-firmware-default) SECTION:=firmware CATEGORY:=Firmware PROVIDES:=ath10k-firmware-qca9887 - DEPENDS:=+kmod-ath10k-ct + DEPENDS:=+!PACKAGE_kmod-ath10k-ct-smallbuffers:kmod-ath10k-ct endef define Package/ath10k-firmware-qca988x-ct/description @@ -308,7 +308,7 @@ $(Package/ath10k-firmware-default) SECTION:=firmware CATEGORY:=Firmware PROVIDES:=ath10k-firmware-qca99x0 - DEPENDS:=+kmod-ath10k-ct + DEPENDS:=+!PACKAGE_kmod-ath10k-ct-smallbuffers:kmod-ath10k-ct endef define Package/ath10k-firmware-qca9984-ct @@ -324,7 +324,7 @@ $(Package/ath10k-firmware-default) SECTION:=firmware CATEGORY:=Firmware PROVIDES:=ath10k-firmware-qca9984 - DEPENDS:=+kmod-ath10k-ct + DEPENDS:=+!PACKAGE_kmod-ath10k-ct-smallbuffers:kmod-ath10k-ct endef define Package/ath10k-firmware-qca4019-ct @@ -340,7 +340,7 @@ $(Package/ath10k-firmware-default) SECTION:=firmware CATEGORY:=Firmware PROVIDES:=ath10k-firmware-qca4019 - DEPENDS:=+kmod-ath10k-ct + DEPENDS:=+!PACKAGE_kmod-ath10k-ct-smallbuffers:kmod-ath10k-ct endef define Package/ath10k-firmware-qca9888-ct @@ -356,7 +356,7 @@ $(Package/ath10k-firmware-default) SECTION:=firmware CATEGORY:=Firmware PROVIDES:=ath10k-firmware-qca9888 - DEPENDS:=+kmod-ath10k-ct + DEPENDS:=+!PACKAGE_kmod-ath10k-ct-smallbuffers:kmod-ath10k-ct endef