mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-03 04:26:55 +00:00
mac80211: mark lib80211 as hidden
Prevents build errors by ensuring that it is only selected when a wext based driver that needs it is also selected Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
dce035bb71
commit
3f814ecd24
@ -226,6 +226,7 @@ define KernelPackage/lib80211
|
|||||||
$(call KernelPackage/mac80211/Default)
|
$(call KernelPackage/mac80211/Default)
|
||||||
TITLE:=802.11 Networking stack
|
TITLE:=802.11 Networking stack
|
||||||
DEPENDS:=+kmod-cfg80211 +kmod-crypto-hash +kmod-crypto-ccm
|
DEPENDS:=+kmod-cfg80211 +kmod-crypto-hash +kmod-crypto-ccm
|
||||||
|
HIDDEN:=1
|
||||||
FILES:= \
|
FILES:= \
|
||||||
$(PKG_BUILD_DIR)/net/wireless/lib80211.ko \
|
$(PKG_BUILD_DIR)/net/wireless/lib80211.ko \
|
||||||
$(PKG_BUILD_DIR)/net/wireless/lib80211_crypt_wep.ko \
|
$(PKG_BUILD_DIR)/net/wireless/lib80211_crypt_wep.ko \
|
||||||
|
Loading…
Reference in New Issue
Block a user