From d5e0a8cf0a9ca7051bcc56cbeb55c02e3918f65e Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 29 Jun 2016 22:26:53 +0200 Subject: Kconfig patching: do not match on NETFILTER --- contrib/patch-kernel-builtin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') 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" -- cgit v1.2.3-59-g8ed1b