From 6beb9697a694c8b64f9e6201029c054b744d7cf9 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 17 Jan 2011 09:15:21 -0700 Subject: [PATCH] linux: Add CONFIG_MODULES to qemush4/mips64 Signed-off-by: Tom Rini --- 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 a6342d0f6f..1fa57541ea 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 2cc3e9bf2c..3934b893c8 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 0114c2dbcd..99f46c3f5e 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" -- 2.39.5