diff options
Diffstat (limited to 'kernel-tree-scripts/patch-kernel-builtin.sh')
-rwxr-xr-x | kernel-tree-scripts/patch-kernel-builtin.sh | 2 |
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" |