initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
From 5d3a44ff1aeb8ace6e08df3cad16102aaac1ef09 Mon Sep 17 00:00:00 2001
|
||||
From: Sergey Matyukevich <geomatsi@gmail.com>
|
||||
Date: Sun, 13 Jun 2021 15:51:51 +0300
|
||||
Subject: [PATCH] include: disable debug messages
|
||||
|
||||
Disable debug messages to make rtl8189fs driver less noisy.
|
||||
|
||||
Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
|
||||
---
|
||||
include/autoconf.h | 2 --
|
||||
1 file changed, 2 deletions(-)
|
||||
|
||||
diff --git a/include/autoconf.h b/include/autoconf.h
|
||||
index 44efe42..b5df57b 100644
|
||||
--- a/include/autoconf.h
|
||||
+++ b/include/autoconf.h
|
||||
@@ -224,8 +224,6 @@
|
||||
/*
|
||||
* Debug Related Config
|
||||
*/
|
||||
-#define CONFIG_DEBUG /* DBG_871X, etc... */
|
||||
-
|
||||
#ifdef CONFIG_DEBUG
|
||||
#define DBG 1 // for ODM & BTCOEX debug
|
||||
//#define CONFIG_DEBUG_RTL871X /* RT_TRACE, RT_PRINT_DATA, _func_enter_, _func_exit_ */
|
||||
--
|
||||
2.32.0
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_RTL8189FS
|
||||
bool "rtl8189fs"
|
||||
depends on BR2_LINUX_KERNEL
|
||||
help
|
||||
Wireless driver rtl8189fs.
|
||||
|
||||
https://github.com/jwrdegoede/rtl8189ES_linux.git
|
||||
|
||||
comment "rtl8189fs needs a Linux kernel to be built"
|
||||
depends on !BR2_LINUX_KERNEL
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 7d425e18ebc427b3df5ff31185b4dc29c6bfd54f8e167f57c2254cea341a26c6 rtl8189fs-62c31d577c385316bb99107f60e63169dacc37db.tar.gz
|
||||
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# rtl8189fs
|
||||
#
|
||||
################################################################################
|
||||
|
||||
RTL8189FS_VERSION = 62c31d577c385316bb99107f60e63169dacc37db
|
||||
RTL8189FS_SITE = $(call github,jwrdegoede,rtl8189ES_linux,$(RTL8189FS_VERSION))
|
||||
RTL8189FS_LICENSE = GPL-2.0
|
||||
|
||||
RTL8189FS_MODULE_MAKE_OPTS = \
|
||||
CONFIG_RTL8189FS=m \
|
||||
KVER=$(LINUX_VERSION_PROBED) \
|
||||
KSRC=$(LINUX_DIR)
|
||||
|
||||
$(eval $(kernel-module))
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user