common.c is missing an include for linux/ratelimit.h. Signed-off-by: Jonas Gorski <jonas.gorski+open...@gmail.com> --- .../patches/004-ratelimit_compile_fix.patch | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100644 package/acx-mac80211/patches/004-ratelimit_compile_fix.patch
diff --git a/package/acx-mac80211/patches/004-ratelimit_compile_fix.patch b/package/acx-mac80211/patches/004-ratelimit_compile_fix.patch new file mode 100644 index 0000000..34ba08d --- /dev/null +++ b/package/acx-mac80211/patches/004-ratelimit_compile_fix.patch @@ -0,0 +1,10 @@ +--- a/common.c ++++ b/common.c +@@ -31,6 +31,7 @@ + #include <linux/ethtool.h> + #include <linux/nl80211.h> + #include <linux/ieee80211.h> ++#include <linux/ratelimit.h> + + #include <net/mac80211.h> + -- 1.7.2.5 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel