From: cyrus Date: Mon, 12 Jan 2015 12:40:08 +0000 (+0000) Subject: nftables: add missing patch X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=6ef1cca844fc19bfb6cef8245fc01d73f861b40c;p=openwrt.git nftables: add missing patch Signed-off-by: Steven Barth git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43949 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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