From: Felix Fietkau Date: Mon, 29 Feb 2016 17:18:57 +0000 (+0000) Subject: ath10k-firmware: remove dependency on kmod-ath10k so that it can be selected instead X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=bb6a73e2daea0b2c87daa475fb9081ae64c06187;p=openwrt%2Fsvn-archive%2Farchive.git ath10k-firmware: remove dependency on kmod-ath10k so that it can be selected instead Signed-off-by: Felix Fietkau SVN-Revision: 48821 --- 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