From: Felix Fietkau Date: Sat, 9 Jul 2016 17:37:36 +0000 (+0200) Subject: mac80211: make package ath9k-common hidden X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=78ae53ff2ff9ecbaadcf96f03ae8579ff773515e;p=openwrt%2Fstaging%2Frmilecki.git mac80211: make package ath9k-common hidden It cannot be selected independently of ath9k and ath9k-htc Signed-off-by: Felix Fietkau --- diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index 199a1899767..f2839cde2b1 100644 --- a/package/kernel/mac80211/Makefile +++ b/package/kernel/mac80211/Makefile @@ -219,6 +219,7 @@ define KernelPackage/ath9k-common $(call KernelPackage/mac80211/Default) TITLE:=Atheros 802.11n wireless devices (common code for ath9k and ath9k_htc) URL:=https://wireless.wiki.kernel.org/en/users/drivers/ath9k + HIDDEN:=1 DEPENDS+= @PCI_SUPPORT||USB_SUPPORT||TARGET_ar71xx +kmod-ath +@DRIVER_11N_SUPPORT +@DRIVER_11W_SUPPORT +@KERNEL_RELAY FILES:= \ $(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath9k/ath9k_common.ko \