From: Steven Barth 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=a3fcc7b807e8c1719a45f5a4ff160ae0980f9a54;p=15.05%2Fopenwrt.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