diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-11-12 08:02:13 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-11-12 08:02:42 +0100 |
commit | b9a522b762ad9ed32f2e082fc04126ce6f5ba5ae (patch) | |
tree | 0b346f87eb63a5b36ad9744e982cfadb3283fb7d /target/linux/patches/4.4.96/macsonic.patch | |
parent | e7383dee0c3fc20a2752b13f21d0bb3f5988aad6 (diff) |
linux: forgot to move 4.4.x patch directory after bump
Diffstat (limited to 'target/linux/patches/4.4.96/macsonic.patch')
-rw-r--r-- | target/linux/patches/4.4.96/macsonic.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/patches/4.4.96/macsonic.patch b/target/linux/patches/4.4.96/macsonic.patch new file mode 100644 index 000000000..75a6fcad2 --- /dev/null +++ b/target/linux/patches/4.4.96/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, |