diff --git a/package/lean/r8125/patches/020-5.19-support.patch b/package/lean/r8125/patches/020-5.19-support.patch index 778e21888..481c7739e 100644 --- a/package/lean/r8125/patches/020-5.19-support.patch +++ b/package/lean/r8125/patches/020-5.19-support.patch @@ -4,7 +4,7 @@ #define FIRMWARE_8168FP_3 "rtl_nic/rtl8168fp-3.fw" #define FIRMWARE_8168FP_4 "rtl_nic/rtl8168fp-4.fw" -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 18, 0) ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 19, 0) +static inline void netif_set_gso_max_size(struct net_device *dev, + unsigned int size) +{ diff --git a/package/lean/r8152/patches/010-5.19-support.patch b/package/lean/r8152/patches/010-5.19-support.patch index 304686232..944e5bfcc 100644 --- a/package/lean/r8152/patches/010-5.19-support.patch +++ b/package/lean/r8152/patches/010-5.19-support.patch @@ -4,7 +4,7 @@ #define RTL_ADVERTISED_1000_FULL BIT(5) #define RTL_ADVERTISED_2500_FULL BIT(6) -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 18, 0) ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 19, 0) +static inline void netif_set_gso_max_size(struct net_device *dev, + unsigned int size) +{ diff --git a/package/lean/r8168/patches/030-5.19-support.patch b/package/lean/r8168/patches/030-5.19-support.patch index 07c94921f..d4dca3125 100644 --- a/package/lean/r8168/patches/030-5.19-support.patch +++ b/package/lean/r8168/patches/030-5.19-support.patch @@ -4,7 +4,7 @@ #define FIRMWARE_8168FP_3 "rtl_nic/rtl8168fp-3.fw" #define FIRMWARE_8168FP_4 "rtl_nic/rtl8168fp-4.fw" -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 18, 0) ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 19, 0) +static inline void netif_set_gso_max_size(struct net_device *dev, + unsigned int size) +{