From 9f01df10eb590f9f5a1df16caf6b305d587aa226 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Mon, 10 Aug 2020 20:04:47 +0800 Subject: [PATCH] rtl8192du: enable autoload --- package/ntlf9t/rtl8192du/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/ntlf9t/rtl8192du/Makefile b/package/ntlf9t/rtl8192du/Makefile index c60a6e5b39..f63eae1831 100644 --- a/package/ntlf9t/rtl8192du/Makefile +++ b/package/ntlf9t/rtl8192du/Makefile @@ -40,7 +40,7 @@ define KernelPackage/rtl8192du TITLE:=Realtek RTL8192DU wireless USB 802.11n driver DEPENDS:=@USB_SUPPORT +kmod-cfg80211 +kmod-mac80211 +kmod-usb-core FILES:= $(PKG_BUILD_DIR)/8192du.$(LINUX_KMOD_SUFFIX) -# AUTOLOAD:=$(call AutoProbe,8192du) + AUTOLOAD:=$(call AutoProbe,8192du) endef define KernelPackage/rtl8192du/description