mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 17:01:14 +00:00
a4c95f1444
The only supported kernel in the main branch now is version 6.6. It's time to clean up these useless codes and patches. Signed-off-by: Shiji Yang <yangshiji66@qq.com>
15 lines
315 B
Diff
15 lines
315 B
Diff
--- a/backport-include/net/dropreason.h
|
|
+++ b/backport-include/net/dropreason.h
|
|
@@ -3,10 +3,9 @@
|
|
|
|
#include <linux/version.h>
|
|
|
|
+#include <net/dropreason-core.h>
|
|
#if LINUX_VERSION_IS_GEQ(6,0,0)
|
|
#include_next <net/dropreason.h>
|
|
-#else
|
|
-#include <net/dropreason-core.h>
|
|
#endif
|
|
|
|
#if LINUX_VERSION_IS_LESS(6,4,0)
|