summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-09-21 10:10:26 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-09-21 10:10:26 +0000
commita15af8d1fb6461ab6f5f2406c374b380e36299f9 (patch)
tree827c94bd05dd70dd4bd011462d8d289d353d3039 /profiles
parentAdding USE="modules" to all Linux profiles to link with new linux-mod behavio... (diff)
downloadhistorical-a15af8d1fb6461ab6f5f2406c374b380e36299f9.tar.gz
historical-a15af8d1fb6461ab6f5f2406c374b380e36299f9.tar.bz2
historical-a15af8d1fb6461ab6f5f2406c374b380e36299f9.zip
Adding USE="modules" to all Linux profiles to link with new linux-mod behavior for making modules optional if desired. Missed this non-inherited profile.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/embedded/ChangeLog6
-rw-r--r--profiles/embedded/make.defaults5
2 files changed, 10 insertions, 1 deletions
diff --git a/profiles/embedded/ChangeLog b/profiles/embedded/ChangeLog
index 37d142de075e..91e20abbc444 100644
--- a/profiles/embedded/ChangeLog
+++ b/profiles/embedded/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for Gentoo base-profile
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/embedded/ChangeLog,v 1.6 2009/06/21 13:04:27 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/embedded/ChangeLog,v 1.7 2009/09/21 10:10:26 robbat2 Exp $
+
+ 21 Sep 2009; Robin H. Johnson <robbat2@gentoo.org> make.defaults:
+ Adding USE="modules" to all Linux profiles to link with new linux-mod
+ behavior for making modules optional if desired.
21 Jun 2009; Hans de Graaff <graaff@gentoo.org> virtuals:
Remove virtual/xemacs since xemacs no longer provides it.
diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults
index 8d845d7ce975..d352ba1b7147 100644
--- a/profiles/embedded/make.defaults
+++ b/profiles/embedded/make.defaults
@@ -16,3 +16,8 @@ LINGUAS="en"
USE_EXPAND="ELIBC INPUT_DEVICES VIDEO_CARDS KERNEL USERLAND LINGUAS"
USE_EXPAND_HIDDEN="USERLAND KERNEL ELIBC CROSSCOMPILE_OPTS"
+
+# 2009/09/21 Robin H. Johnson <robbat2@gentoo.org>
+# http://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml
+# Build kernel modules from linux-mod by default:
+USE="${USE} modules"