-
-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[no ci] Package: add realtek 8811cu (#1586)
- Loading branch information
Showing
3 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
config BR2_PACKAGE_RTL8812CU_OPENIPC | ||
bool "rtl8811cu-openipc" | ||
help | ||
Standalone driver for the RTL8811CU. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
################################################################################ | ||
# | ||
# rtl8811cu-openipc | ||
# | ||
################################################################################ | ||
|
||
RTL8811CU_OPENIPC_SITE = $(call github,openipc,realtek-wlan,$(RTL8811CU_OPENIPC_VERSION)) | ||
RTL8811CU_OPENIPC_VERSION = rtl8811cu | ||
RTL8811CU_OPENIPC_LICENSE = GPL-2.0 | ||
RTL8811CU_OPENIPC_LICENSE_FILES = COPYING | ||
|
||
RTL8811CU_OPENIPC_MODULE_MAKE_OPTS = \ | ||
CONFIG_RTL8821CU=m \ | ||
KVER=$(LINUX_VERSION_PROBED) \ | ||
KSRC=$(LINUX_DIR) | ||
|
||
$(eval $(kernel-module)) | ||
$(eval $(generic-package)) |