aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel-tree-scripts
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-07-15 01:34:37 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2016-07-18 03:41:57 +0200
commitf650e11c1e0a46dabbd6254dcbbe37174ac45bfd (patch)
tree48a9ec7c088f42c38d68dd53dc4e23b7a4942c35 /kernel-tree-scripts
parenttests: improve test suite and add qemu tester (diff)
downloadwireguard-linux-compat-f650e11c1e0a46dabbd6254dcbbe37174ac45bfd.tar.xz
wireguard-linux-compat-f650e11c1e0a46dabbd6254dcbbe37174ac45bfd.zip
build system: revamp building and configuration
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'kernel-tree-scripts')
-rwxr-xr-xkernel-tree-scripts/patch-kernel-builtin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-tree-scripts/patch-kernel-builtin.sh b/kernel-tree-scripts/patch-kernel-builtin.sh
index 37960ba..65cb489 100755
--- a/kernel-tree-scripts/patch-kernel-builtin.sh
+++ b/kernel-tree-scripts/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 INET\$/a source \"$WG/Kconfig\"" "$K/net/Kconfig"
echo "obj-y += ../../../../../../../../../../../../../../../../../../../../../..$WG/" >> "$K/net/Makefile"