aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/patch-kernel-builtin.sh
diff options
context:
space:
mode:
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"