[oe-commits] Tom Rini : linux: Add CONFIG_MODULES to qemush4/mips64

git version control git at git.openembedded.org
Mon Jan 17 16:19:48 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6beb9697a694c8b64f9e6201029c054b744d7cf9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6beb9697a694c8b64f9e6201029c054b744d7cf9

Author: Tom Rini <tom_rini at mentor.com>
Date:   Mon Jan 17 09:15:21 2011 -0700

linux: Add CONFIG_MODULES to qemush4/mips64

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/linux/linux-2.6.37/qemumips64/defconfig |    7 ++++++-
 recipes/linux/linux-2.6.37/qemush4/defconfig    |    7 ++++++-
 recipes/linux/linux_2.6.37.bb                   |    2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/recipes/linux/linux-2.6.37/qemumips64/defconfig b/recipes/linux/linux-2.6.37/qemumips64/defconfig
index a6342d0..1fa5754 100644
--- a/recipes/linux/linux-2.6.37/qemumips64/defconfig
+++ b/recipes/linux/linux-2.6.37/qemumips64/defconfig
@@ -288,7 +288,12 @@ CONFIG_HAVE_GENERIC_DMA_COHERENT=y
 CONFIG_SLABINFO=y
 CONFIG_RT_MUTEXES=y
 CONFIG_BASE_SMALL=0
-# CONFIG_MODULES is not set
+CONFIG_MODULES=y
+# CONFIG_MODULE_FORCE_LOAD is not set
+CONFIG_MODULE_UNLOAD=y
+# CONFIG_MODULE_FORCE_UNLOAD is not set
+CONFIG_MODVERSIONS=y
+# CONFIG_MODULE_SRCVERSION_ALL is not set
 CONFIG_BLOCK=y
 # CONFIG_BLK_DEV_BSG is not set
 # CONFIG_BLK_DEV_INTEGRITY is not set
diff --git a/recipes/linux/linux-2.6.37/qemush4/defconfig b/recipes/linux/linux-2.6.37/qemush4/defconfig
index 2cc3e9b..3934b89 100644
--- a/recipes/linux/linux-2.6.37/qemush4/defconfig
+++ b/recipes/linux/linux-2.6.37/qemush4/defconfig
@@ -134,7 +134,12 @@ CONFIG_HAVE_GENERIC_DMA_COHERENT=y
 CONFIG_SLABINFO=y
 CONFIG_RT_MUTEXES=y
 CONFIG_BASE_SMALL=0
-# CONFIG_MODULES is not set
+CONFIG_MODULES=y
+# CONFIG_MODULE_FORCE_LOAD is not set
+CONFIG_MODULE_UNLOAD=y
+# CONFIG_MODULE_FORCE_UNLOAD is not set
+CONFIG_MODVERSIONS=y
+# CONFIG_MODULE_SRCVERSION_ALL is not set
 CONFIG_BLOCK=y
 # CONFIG_LBDAF is not set
 # CONFIG_BLK_DEV_BSG is not set
diff --git a/recipes/linux/linux_2.6.37.bb b/recipes/linux/linux_2.6.37.bb
index 0114c2d..99f46c3 100644
--- a/recipes/linux/linux_2.6.37.bb
+++ b/recipes/linux/linux_2.6.37.bb
@@ -1,6 +1,6 @@
 require linux.inc
 
-PR = "r1"
+PR = "r2"
 
 # Mark archs/machines that this kernel supports
 DEFAULT_PREFERENCE = "-1"





More information about the Openembedded-commits mailing list