diff options
author | Steven Barth <steven@midlink.org> | 2015-01-12 12:40:08 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-01-12 12:40:08 +0000 |
commit | a3fcc7b807e8c1719a45f5a4ff160ae0980f9a54 (patch) | |
tree | 2d16ae234c342d287ac4b8ed4fd2d356db7e31e8 /package | |
parent | 6586ff011ea89d54975ec2aa115d774662ef2214 (diff) | |
download | upstream-a3fcc7b807e8c1719a45f5a4ff160ae0980f9a54.tar.gz upstream-a3fcc7b807e8c1719a45f5a4ff160ae0980f9a54.tar.bz2 upstream-a3fcc7b807e8c1719a45f5a4ff160ae0980f9a54.zip |
nftables: add missing patch
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43949 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/network/utils/nftables/patches/100-disable-doc-generation.patch | 8 |
1 files changed, 8 insertions, 0 deletions
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 |