diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-01-07 13:36:20 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-01-07 13:36:20 +0100 |
commit | 53fba41bd48da4f553a1bd31391ca1d0144512ac (patch) | |
tree | 57e7003c3b5da90842e243b55ff65c9dd6b7cb36 /target/linux/patches/6.6.69/macsonic.patch | |
parent | f64b525f4f654ef0f41f45c3af2d6ee1ffcc8b63 (diff) |
linux: update to 6.6.69
Diffstat (limited to 'target/linux/patches/6.6.69/macsonic.patch')
-rw-r--r-- | target/linux/patches/6.6.69/macsonic.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/patches/6.6.69/macsonic.patch b/target/linux/patches/6.6.69/macsonic.patch new file mode 100644 index 000000000..51e76113b --- /dev/null +++ b/target/linux/patches/6.6.69/macsonic.patch @@ -0,0 +1,11 @@ +diff -Nur linux-6.6.22.orig/drivers/net/ethernet/natsemi/Kconfig linux-6.6.22/drivers/net/ethernet/natsemi/Kconfig +--- linux-6.6.22.orig/drivers/net/ethernet/natsemi/Kconfig 2024-03-15 19:25:07.000000000 +0100 ++++ linux-6.6.22/drivers/net/ethernet/natsemi/Kconfig 2024-04-16 10:16:50.352443898 +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, |