diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-10 08:31:04 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-10 08:31:04 +0200 |
commit | 52730e9dd0800cac89fab338150dec6075d87a38 (patch) | |
tree | d5f8bd10af90bbd22cddca1a0ec041f069984923 /target/linux/patches/6.1.44/macsonic.patch | |
parent | f1f1523c67db7cbef34801eea2d25fe3c67da84a (diff) |
linux: update 6.1.x to latest
Diffstat (limited to 'target/linux/patches/6.1.44/macsonic.patch')
-rw-r--r-- | target/linux/patches/6.1.44/macsonic.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/patches/6.1.44/macsonic.patch b/target/linux/patches/6.1.44/macsonic.patch new file mode 100644 index 000000000..177397221 --- /dev/null +++ b/target/linux/patches/6.1.44/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, |