create-patch: be sure it's actually after NETFILTER

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld
2017-02-11 13:29:59 +01:00
parent 0b679ba818
commit a7805a4412

View File

@@ -14,7 +14,7 @@ cat <<_EOF
+source "net/wireguard/Kconfig"
--- a/net/Makefile
+++ b/net/Makefile
@@ -9,1 +9,2 @@
@@ -16,1 +16,2 @@
obj-\$(CONFIG_NETFILTER) += netfilter/
+obj-\$(CONFIG_WIREGUARD) += wireguard/
_EOF