aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-06-29 22:26:53 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2016-06-29 22:27:41 +0200
commitd5e0a8cf0a9ca7051bcc56cbeb55c02e3918f65e (patch)
treef7b329ca4b9c9e73e94e127108c7a19f173fbd28
parentKconfig: more fully select dependencies (diff)
downloadwireguard-monolithic-historical-d5e0a8cf0a9ca7051bcc56cbeb55c02e3918f65e.tar.xz
wireguard-monolithic-historical-d5e0a8cf0a9ca7051bcc56cbeb55c02e3918f65e.zip
Kconfig patching: do not match on NETFILTER
Diffstat (limited to '')
-rwxr-xr-xcontrib/patch-kernel-builtin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/patch-kernel-builtin.sh b/contrib/patch-kernel-builtin.sh
index 8229762..37960ba 100755
--- a/contrib/patch-kernel-builtin.sh
+++ b/contrib/patch-kernel-builtin.sh
@@ -8,5 +8,5 @@ if [[ ! -e $K/net/Kconfig ]]; then
exit 1
fi
-sed -i "/^if NET/a source \"$WG/Kconfig\"" "$K/net/Kconfig"
+sed -i "/^if NET\$/a source \"$WG/Kconfig\"" "$K/net/Kconfig"
echo "obj-y += ../../../../../../../../../../../../../../../../../../../../../..$WG/" >> "$K/net/Makefile"