initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
config BR2_PACKAGE_RTL8723BU
bool "rtl8723bu"
depends on BR2_LINUX_KERNEL
help
rtl8723bu wifi driver
https://github.com/lwfinger/rtl8723bu
comment "rtl8723bu needs a Linux kernel to be built"
depends on !BR2_LINUX_KERNEL
+2
View File
@@ -0,0 +1,2 @@
# Locally computed
sha256 4c7314dccebda1e55ec8dcf0d5ca8915c2490d17a9f56923f25e6e0e945c10cc rtl8723bu-9ce1c38439f4f574bb7adaf33949835c25536a28.tar.gz
+20
View File
@@ -0,0 +1,20 @@
################################################################################
#
# rtl8723bu
#
################################################################################
RTL8723BU_VERSION = 9ce1c38439f4f574bb7adaf33949835c25536a28
RTL8723BU_SITE = $(call github,lwfinger,rtl8723bu,$(RTL8723BU_VERSION))
RTL8723BU_LICENSE = GPL-2.0, proprietary (*.bin firmware blobs)
RTL8723BU_MODULE_MAKE_OPTS = \
KVER=$(LINUX_VERSION_PROBED) \
KSRC=$(LINUX_DIR)
define RTL8723BU_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 644 $(@D)/rtl8723b_fw.bin $(TARGET_DIR)/lib/firmware/rtlwifi/rtl8723b_fw.bin
endef
$(eval $(kernel-module))
$(eval $(generic-package))