summaryrefslogtreecommitdiffhomepage
path: root/kernel-tree-scripts
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
commit1a9406e232f945749f57be728720937884050981 (patch)
tree0aba3e39ff859cf97d393c26782a8cf7d8d47285 /kernel-tree-scripts
parent8ab00aff6b03fae71b812e3090b6f1b1ce1603b7 (diff)
Kconfig patching: do not match on NETFILTER
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 8229762..37960ba 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 NET\$/a source \"$WG/Kconfig\"" "$K/net/Kconfig"
echo "obj-y += ../../../../../../../../../../../../../../../../../../../../../..$WG/" >> "$K/net/Makefile"