X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/6d9aa171053a61d86646dcfed522cdc1a8b7d0e5..9167c41e100b8cf9a2fb1af23fe2649a74213ec3:/package/wlcompat/Makefile diff --git a/package/wlcompat/Makefile b/package/wlcompat/Makefile index fc66c90f5..4a3729465 100644 --- a/package/wlcompat/Makefile +++ b/package/wlcompat/Makefile @@ -19,7 +19,8 @@ include $(INCLUDE_DIR)/package.mk define Package/kmod-wlcompat/Default SECTION:=kernel CATEGORY:=Kernel drivers - DEPENDS:=kmod-brcm-wl + DEPENDS:=@PACKAGE_kmod-brcm-wl||PACKAGE_kmod-brcm-wl-mimo +wireless-tools + DEFAULT:=y TITLE:=Broadcom wl wrapper module DESCRIPTION:=\ This package contains a wrapper module, that provides Wireless Extension \\\ @@ -29,7 +30,6 @@ endef define Package/kmod-wlcompat $(call Package/kmod-wlcompat/Default) - DEFAULT:=y endef define Package/kmod-wlcompat-debug