From 3106d632de4235f8c6d63d602fe2fa9e0175d690 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 15 Jul 2016 01:34:37 +0200 Subject: build system: revamp building and configuration --- 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 37960ba..65cb489 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 INET\$/a source \"$WG/Kconfig\"" "$K/net/Kconfig" echo "obj-y += ../../../../../../../../../../../../../../../../../../../../../..$WG/" >> "$K/net/Makefile" -- cgit v1.2.3-59-g8ed1b