mirror of
https://github.com/amnezia-vpn/amneziawg-linux-kernel-module.git
synced 2026-05-17 08:26:30 +03:00
create-patch: be sure it's actually after NETFILTER
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user