[source] ath10k-firmware: do not select the qca988x by default

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 24 00:10:46 PDT 2017


mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/e3c88f49648c92e83cb0075ee3d2f744700ff511

commit e3c88f49648c92e83cb0075ee3d2f744700ff511
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Fri Mar 17 19:54:55 2017 +0100

    ath10k-firmware: do not select the qca988x by default
    
    Do not select the qca988x by default as soon as kmod-ath10k is
    selected. We do support more ath10k chips than the qca988x in the
    meantime, so this dependency doesn't make sense any longer.
    
    Signed-off-by: Mathias Kresin <dev at kresin.me>
---
 package/firmware/ath10k-firmware/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile
index 3a41c15..febf7d2 100644
--- a/package/firmware/ath10k-firmware/Makefile
+++ b/package/firmware/ath10k-firmware/Makefile
@@ -63,7 +63,6 @@ $(eval $(call Download,ath10k-qca9887-board))
 
 define Package/ath10k-firmware-qca988x
 $(Package/ath10k-firmware-default)
-  DEFAULT:=PACKAGE_kmod-ath10k
   TITLE:=ath10k firmware for QCA988x devices
   SECTION:=firmware
   CATEGORY:=Firmware



More information about the lede-commits mailing list