From: Steven Barth Date: Mon, 12 Jan 2015 12:40:08 +0000 (+0000) Subject: nftables: add missing patch X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=98cb5c3a555a3410100ba79121c492a74f244390;p=openwrt%2Fstaging%2Fadrian.git nftables: add missing patch Signed-off-by: Steven Barth SVN-Revision: 43949 --- diff --git a/package/network/utils/nftables/patches/100-disable-doc-generation.patch b/package/network/utils/nftables/patches/100-disable-doc-generation.patch new file mode 100644 index 0000000000..bcbffe25c7 --- /dev/null +++ b/package/network/utils/nftables/patches/100-disable-doc-generation.patch @@ -0,0 +1,8 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -2,5 +2,4 @@ ACLOCAL_AMFLAGS = -I m4 + + SUBDIRS = src \ + include \ +- doc \ + files