[source] mac80211: make package ath9k-common hidden

LEDE Commits lede-commits at lists.infradead.org
Sat Jul 9 10:40:38 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=78ae53ff2ff9ecbaadcf96f03ae8579ff773515e

commit 78ae53ff2ff9ecbaadcf96f03ae8579ff773515e
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sat Jul 9 19:37:36 2016 +0200

    mac80211: make package ath9k-common hidden
    
    It cannot be selected independently of ath9k and ath9k-htc
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/kernel/mac80211/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
index 199a189..f2839cd 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 + at DRIVER_11N_SUPPORT + at DRIVER_11W_SUPPORT + at KERNEL_RELAY
   FILES:= \
 	$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath9k/ath9k_common.ko \



More information about the lede-commits mailing list