diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-04-05 14:24:04 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-04-06 09:30:14 +0200 |
commit | 63eabd2c01e5ca84f4dd07bb97ad7454190c0032 (patch) | |
tree | 43ab79f4207f743d4831fe5fa5197df202b4abd8 /target/linux/patches/5.4.239/macsonic.patch | |
parent | eca2bff2f8b76adb17e0a7b3d05e6a715bd56733 (diff) |
linux: update 5.4.x
Diffstat (limited to 'target/linux/patches/5.4.239/macsonic.patch')
-rw-r--r-- | target/linux/patches/5.4.239/macsonic.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/patches/5.4.239/macsonic.patch b/target/linux/patches/5.4.239/macsonic.patch new file mode 100644 index 000000000..75a6fcad2 --- /dev/null +++ b/target/linux/patches/5.4.239/macsonic.patch @@ -0,0 +1,11 @@ +diff -Nur linux-4.4.6.orig/drivers/net/ethernet/natsemi/Kconfig linux-4.4.6/drivers/net/ethernet/natsemi/Kconfig +--- linux-4.4.6.orig/drivers/net/ethernet/natsemi/Kconfig 2016-03-16 16:43:17.000000000 +0100 ++++ linux-4.4.6/drivers/net/ethernet/natsemi/Kconfig 2016-03-18 10:43:34.000000000 +0100 +@@ -18,6 +18,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, |