diff options
author | Mike Pagano <mpagano@gentoo.org> | 2019-01-09 13:08:56 -0500 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2019-01-09 13:08:56 -0500 |
commit | fd1b15ad7f263117c303323797e8200e432c5e85 (patch) | |
tree | edc19ad25541760d481ea335e35c6ecc65530ed4 | |
parent | proj/linux-patches: Linux patch 4.9.149 (diff) | |
download | linux-patches-fd1b15ad7f263117c303323797e8200e432c5e85.tar.gz linux-patches-fd1b15ad7f263117c303323797e8200e432c5e85.tar.bz2 linux-patches-fd1b15ad7f263117c303323797e8200e432c5e85.zip |
proj/linux-patches: Fix typo in directory name4.9-152
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rw-r--r-- | 4567_distro-Gentoo-Kconfig.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 7d27505a..6e82afd4 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -8,7 +8,7 @@ + source "arch/$SRCARCH/Kconfig" --- /dev/null 2018-12-29 10:35:01.760002288 -0500 -+++ b/disto/Kconfig 2018-12-29 17:51:13.992943745 -0500 ++++ b/distro/Kconfig 2018-12-29 17:51:13.992943745 -0500 @@ -0,0 +1,147 @@ +menu "Gentoo Linux" + |