diff options
author | Mathias Kresin <dev@kresin.me> | 2017-03-17 19:54:55 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-03-24 08:09:39 +0100 |
commit | e3c88f49648c92e83cb0075ee3d2f744700ff511 (patch) | |
tree | e077a95081f1f0cd9d5b7d21e7cbfae7e5376e68 /package | |
parent | 86a0cbb33345018dc658d15eff60dc60da062d0c (diff) | |
download | upstream-e3c88f49648c92e83cb0075ee3d2f744700ff511.tar.gz upstream-e3c88f49648c92e83cb0075ee3d2f744700ff511.tar.bz2 upstream-e3c88f49648c92e83cb0075ee3d2f744700ff511.zip |
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>
Diffstat (limited to 'package')
-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 3a41c15880..febf7d2679 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 |