diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-30 02:43:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-30 18:06:41 +0200 |
commit | 3946f4e6fae0a30bcec46259598eb0a3ee7e6bd2 (patch) | |
tree | a432c5d8015f10dae53da05630e19ae4783b22a8 /target/linux/patches/6.1.135/macsonic.patch | |
parent | 75b96295f1876e02d38cf66dfef67b453d9fb258 (diff) |
linux: update to 6.1.135
Diffstat (limited to 'target/linux/patches/6.1.135/macsonic.patch')
-rw-r--r-- | target/linux/patches/6.1.135/macsonic.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/patches/6.1.135/macsonic.patch b/target/linux/patches/6.1.135/macsonic.patch new file mode 100644 index 000000000..177397221 --- /dev/null +++ b/target/linux/patches/6.1.135/macsonic.patch @@ -0,0 +1,11 @@ +diff -Nur linux-6.1.41.orig/drivers/net/ethernet/natsemi/Kconfig linux-6.1.41/drivers/net/ethernet/natsemi/Kconfig +--- linux-6.1.41.orig/drivers/net/ethernet/natsemi/Kconfig 2023-07-24 18:55:35.000000000 +0200 ++++ linux-6.1.41/drivers/net/ethernet/natsemi/Kconfig 2023-07-26 17:06:27.179154363 +0200 +@@ -19,6 +19,7 @@ + config MACSONIC + tristate "Macintosh SONIC based ethernet (onboard, NuBus, LC, CS)" + depends on MAC ++ select BITREVERSE + help + Support for NatSemi SONIC based Ethernet devices. This includes + the onboard Ethernet in many Quadras as well as some LC-PDS, |