From 2c5b53d3665142f48dd3fed31efe6b1e7d40fe0f Mon Sep 17 00:00:00 2001 From: ElonH Date: Tue, 21 Apr 2020 22:51:41 +0800 Subject: [PATCH] rtl8192: missing ipv6 header https://github.com/project-openwrt/openwrt-kisco/issues/40 --- .../patches/010-missing-header-in-ipv6.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package/ntlf9t/rtl8192du/patches/010-missing-header-in-ipv6.patch diff --git a/package/ntlf9t/rtl8192du/patches/010-missing-header-in-ipv6.patch b/package/ntlf9t/rtl8192du/patches/010-missing-header-in-ipv6.patch new file mode 100644 index 0000000000..57938b2df2 --- /dev/null +++ b/package/ntlf9t/rtl8192du/patches/010-missing-header-in-ipv6.patch @@ -0,0 +1,14 @@ +diff --git a/core/rtw_br_ext.c b/core/rtw_br_ext.c +index 964b366..ec1c620 100644 +--- a/core/rtw_br_ext.c ++++ b/core/rtw_br_ext.c +@@ -51,6 +51,9 @@ + #include + #include + #include ++#ifndef _HAVE_ARCH_IPV6_CSUM ++#include ++#endif + #endif + #endif +