From a36159eec6ca17402b0e146b86efaf76568dc353 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 20 Sep 2024 01:41:23 +0000 Subject: [PATCH] 重命名 AX88772C_eeprom/asix.c 为 asix_mac.c --- kernel/net/Kconfig | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/kernel/net/Kconfig b/kernel/net/Kconfig index 05b0f04..a22c3fb 100644 --- a/kernel/net/Kconfig +++ b/kernel/net/Kconfig @@ -204,7 +204,6 @@ source "net/netfilter/Kconfig" source "net/ipv4/netfilter/Kconfig" source "net/ipv6/netfilter/Kconfig" -source "net/decnet/netfilter/Kconfig" source "net/bridge/netfilter/Kconfig" endif @@ -221,7 +220,6 @@ source "net/bridge/Kconfig" source "net/dsa/Kconfig" source "net/8021q/Kconfig" -source "net/decnet/Kconfig" source "net/llc/Kconfig" source "drivers/net/appletalk/Kconfig" source "net/x25/Kconfig" @@ -282,7 +280,7 @@ config NET_RX_BUSY_POLL bool - default y if !PREEMPT_RT + default y config BQL bool -- Gitblit v1.6.2