commit: ab859e1b8a49672ca2e6df740fa2dcf90db9f44c Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Thu Sep 24 15:34:05 2020 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Thu Sep 24 15:36:53 2020 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=ab859e1b
Add missing endmenu Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org> 4567_distro-Gentoo-Kconfig.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 3e09969..e754a3e 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -7,8 +7,8 @@ + +source "distro/Kconfig" --- /dev/null 2020-09-24 03:06:47.590000000 -0400 -+++ b/distro/Kconfig 2020-09-24 11:09:36.442549224 -0400 -@@ -0,0 +1,157 @@ ++++ b/distro/Kconfig 2020-09-24 11:31:29.403150624 -0400 +@@ -0,0 +1,158 @@ +menu "Gentoo Linux" + +config GENTOO_LINUX @@ -166,3 +166,4 @@ + +endmenu + ++endmenu
