diff options
author | Mathias Kresin <dev@kresin.me> | 2017-03-17 19:54:55 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-05-27 14:22:16 +0200 |
commit | 0e31ce730f8c743a28bce475a5666786c6646d3c (patch) | |
tree | 24ecb2dc1492c645db031d240b6b0de2647b6e37 | |
parent | a44d7bfb6352c7521bd8313ef8d2df3a16deabd7 (diff) | |
download | mtk-20170518-0e31ce730f8c743a28bce475a5666786c6646d3c.zip mtk-20170518-0e31ce730f8c743a28bce475a5666786c6646d3c.tar.gz mtk-20170518-0e31ce730f8c743a28bce475a5666786c6646d3c.tar.bz2 |
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@kresin.me>
-rw-r--r-- | package/firmware/ath10k-firmware/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile index d9b7e51..8bf5729 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 |