diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-01-12 12:40:08 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-01-12 12:40:08 +0000 |
commit | 98cb5c3a555a3410100ba79121c492a74f244390 (patch) | |
tree | 36bff5f74bdf5d5369c74781bad5e41b1f523232 /package | |
parent | 05220c415c10737cd184c63773ad2a550a3240ed (diff) | |
download | upstream-98cb5c3a555a3410100ba79121c492a74f244390.tar.gz upstream-98cb5c3a555a3410100ba79121c492a74f244390.tar.bz2 upstream-98cb5c3a555a3410100ba79121c492a74f244390.zip |
nftables: add missing patch
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43949
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 |