projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d10ca3
)
ath10k-firmware: remove dependency on kmod-ath10k so that it can be selected instead
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 29 Feb 2016 17:18:57 +0000
(17:18 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 29 Feb 2016 17:18:57 +0000
(17:18 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48821
package/firmware/ath10k-firmware/Makefile
patch
|
blob
|
history
diff --git
a/package/firmware/ath10k-firmware/Makefile
b/package/firmware/ath10k-firmware/Makefile
index 882294cef3e04035702b5d551256789aef59eb4a..b03d64491a554fafb72170eaa4fae171b5599835 100644
(file)
--- 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