Skip to content

Commit

Permalink
[no ci] Package: add realtek 8811cu (#1586)
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorxda authored Oct 22, 2024
1 parent feb9c1a commit 0a9ad29
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions general/package/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ source "$BR2_EXTERNAL_GENERAL_PATH/package/rcjoystick/Config.in"
source "$BR2_EXTERNAL_GENERAL_PATH/package/rockchip-osdrv-rv11xx/Config.in"
source "$BR2_EXTERNAL_GENERAL_PATH/package/rtl88x2eu-openipc/Config.in"
source "$BR2_EXTERNAL_GENERAL_PATH/package/rtl8812au/Config.in"
source "$BR2_EXTERNAL_GENERAL_PATH/package/rtl8811cu-openipc/Config.in"
source "$BR2_EXTERNAL_GENERAL_PATH/package/rtl8188eus-openipc/Config.in"
source "$BR2_EXTERNAL_GENERAL_PATH/package/rtl8188fu-openipc/Config.in"
source "$BR2_EXTERNAL_GENERAL_PATH/package/rtl8188fu-openipc/Config.in"
Expand Down
4 changes: 4 additions & 0 deletions general/package/rtl8811cu-openipc/Config.in
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.
18 changes: 18 additions & 0 deletions general/package/rtl8811cu-openipc/rtl8811cu.mk
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))

0 comments on commit 0a9ad29

Please sign in to comment.