diff options
author | Mike Pagano <mpagano@gentoo.org> | 2014-10-05 16:42:02 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2014-10-05 16:42:02 -0400 |
commit | 4d1bf68053e70bc21ab09b70009e39b0584f51d1 (patch) | |
tree | ff564b93e0f929858883a9b3220aa8de3bc0ad73 | |
parent | Fix UDEV auto selection to add FHANDLE. Remove from systemd. Thanks to Steven... (diff) | |
download | linux-patches-3.17-1.tar.gz linux-patches-3.17-1.tar.bz2 linux-patches-3.17-1.zip |
Fix Gentoo distro patch3.17-1
-rw-r--r-- | 4567_distro-Gentoo-Kconfig.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 71dbf09e..f26dc147 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -7,8 +7,8 @@ +source "distro/Kconfig" + source "arch/$SRCARCH/Kconfig" ---- /dev/null 2014-09-22 14:19:24.316977284 -0400 -+++ distro/Kconfig 2014-09-22 19:30:35.670959281 -0400 +--- /dev/null 2014-09-22 14:19:24.316977284 -0400 ++++ a/distro/Kconfig 2014-09-22 19:30:35.670959281 -0400 @@ -0,0 +1,109 @@ +menu "Gentoo Linux" + |