From: Mathias Kresin Date: Fri, 17 Mar 2017 18:54:55 +0000 (+0100) Subject: ath10k-firmware: do not select the qca988x by default X-Git-Tag: v17.01.2~33 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=0e31ce730f8c743a28bce475a5666786c6646d3c 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 --- diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile index d9b7e519e4..8bf5729fff 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