mirror of https://github.com/hak5/openwrt-owl.git
parent
953147eafb
commit
2f53a193a1
|
@ -20,7 +20,6 @@ define Package/kmod-wlcompat/Default
|
|||
SECTION:=kernel
|
||||
CATEGORY:=Kernel drivers
|
||||
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 \\\
|
||||
|
@ -30,6 +29,7 @@ endef
|
|||
|
||||
define Package/kmod-wlcompat
|
||||
$(call Package/kmod-wlcompat/Default)
|
||||
DEFAULT:=y
|
||||
endef
|
||||
|
||||
define Package/kmod-wlcompat-debug
|
||||
|
|
Loading…
Reference in New Issue