aboutsummaryrefslogtreecommitdiffstats
path: root/package/firmware/ath10k-firmware
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-02-29 17:18:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-02-29 17:18:57 +0000
commit5db86ba649298bef0066cac8e4d0e17834f6b7b0 (patch)
tree69a4777d4007f37dd12a3b4787fa32a9b83ef0c6 /package/firmware/ath10k-firmware
parent5d7074d8f7d809e3adca228875bcc9d9166572cd (diff)
downloadupstream-5db86ba649298bef0066cac8e4d0e17834f6b7b0.tar.gz
upstream-5db86ba649298bef0066cac8e4d0e17834f6b7b0.tar.bz2
upstream-5db86ba649298bef0066cac8e4d0e17834f6b7b0.zip
ath10k-firmware: remove dependency on kmod-ath10k so that it can be selected instead
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@48821 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/firmware/ath10k-firmware')
-rw-r--r--package/firmware/ath10k-firmware/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile
index 882294cef3..b03d64491a 100644
--- a/package/firmware/ath10k-firmware/Makefile
+++ b/package/firmware/ath10k-firmware/Makefile
@@ -28,12 +28,10 @@ define Package/ath10k-firmware-default
CATEGORY:=Kernel modules
SUBMENU:=$(WMENU)
URL:=$(PKG_SOURCE_URL)
- DEPENDS:=kmod-ath10k
endef
define Package/ath10k-firmware-qca988x
$(Package/ath10k-firmware-default)
- DEFAULT:=PACKAGE_kmod-ath10k
TITLE:=ath10k firmware for QCA988x devices
endef