Diff r8125-9.009.02-r1 with a r8125-9.011.01-r1

/usr/portage/net-misc/r8125/r8125-9.011.01-r1.ebuild 2023-10-09 14:52:34.676368481 +0300
12 12

  
13 13
LICENSE="GPL-2"
14 14
SLOT="0"
15
KEYWORDS="~amd64 ~x86"
15
KEYWORDS="amd64 x86"
16 16

  
17 17
IUSE="+multi-tx-q ptp +rss use-firmware"
18 18

  
19 19
PATCHES=(
20
	"${FILESDIR}/${PN}-9.011.00-linux-6.1.patch" # bug 890714
21
	"${FILESDIR}/${PN}-9.011.01-linux-6.2.patch" # bug 908645
20
	"${FILESDIR}/${P}-linux-6.2.patch" # bug 908645
22 21
)
23 22

  
24 23
CONFIG_CHECK="~!R8169"
......
34 33
		ENABLE_RSS_SUPPORT=$(usex rss y n)
35 34
		ENABLE_MULTIPLE_TX_QUEUE=$(usex multi-tx-q y n)
36 35
		ENABLE_USE_FIRMWARE_FILE=$(usex use-firmware y n)
36
		ENABLE_PAGE_REUSE=$(usex ptp n y) # Not compatible with PTP
37
		ENABLE_RX_PACKET_FRAGMENT=$(usex ptp n y) # Not compatible with PTP
37 38
	)
38 39

  
39 40
	linux-mod-r1_src_compile
Thank you!