diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-08-04 09:41:10 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-08-04 09:41:10 +0000 |
commit | cccc9e214bbdddf7e310c9f0ee0c9c620b57a2af (patch) | |
tree | 511f80298872f3f363a9d13d72a3b35708e4a9bd /target/linux | |
parent | 80f8b606072c1edb8c37ba1e2d9adccbf309c187 (diff) | |
download | upstream-cccc9e214bbdddf7e310c9f0ee0c9c620b57a2af.tar.gz upstream-cccc9e214bbdddf7e310c9f0ee0c9c620b57a2af.tar.bz2 upstream-cccc9e214bbdddf7e310c9f0ee0c9c620b57a2af.zip |
kernel: do not build FW_LOADER as a module.
CONFIG_FW_LOADER=y is set in the generic config and our packages in
packages/kernel/linux are depending on it to be compiled into the
kernel.
This fixes some dependency problem where kmod-r8169 misses
firmware_class.ko.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37672
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ep93xx/config-3.6 | 1 | ||||
-rw-r--r-- | target/linux/ep93xx/config-3.8 | 1 | ||||
-rw-r--r-- | target/linux/mpc52xx/config-3.8 | 1 | ||||
-rw-r--r-- | target/linux/sibyte/config-3.3 | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ep93xx/config-3.6 b/target/linux/ep93xx/config-3.6 index 69c94d37dd..3b6a16200e 100644 --- a/target/linux/ep93xx/config-3.6 +++ b/target/linux/ep93xx/config-3.6 @@ -73,7 +73,6 @@ CONFIG_FRAMEBUFFER_CONSOLE=y # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set CONFIG_FRAME_POINTER=y -# CONFIG_FW_LOADER is not set CONFIG_GENERIC_ATOMIC64=y CONFIG_GENERIC_BUG=y CONFIG_GENERIC_GPIO=y diff --git a/target/linux/ep93xx/config-3.8 b/target/linux/ep93xx/config-3.8 index c11d495990..130a4a6cfe 100644 --- a/target/linux/ep93xx/config-3.8 +++ b/target/linux/ep93xx/config-3.8 @@ -66,7 +66,6 @@ CONFIG_EP93XX_SDCE0_PHYS_OFFSET=y CONFIG_EP93XX_SOC_COMMON=y CONFIG_EP93XX_WATCHDOG=y CONFIG_FRAME_POINTER=y -# CONFIG_FW_LOADER is not set CONFIG_GENERIC_ATOMIC64=y CONFIG_GENERIC_BUG=y CONFIG_GENERIC_GPIO=y diff --git a/target/linux/mpc52xx/config-3.8 b/target/linux/mpc52xx/config-3.8 index 591244154c..299059e306 100644 --- a/target/linux/mpc52xx/config-3.8 +++ b/target/linux/mpc52xx/config-3.8 @@ -64,7 +64,6 @@ CONFIG_FEC_MPC52xx_MDIO=y CONFIG_FREEZER=y # CONFIG_FSL_ULI1575 is not set CONFIG_FS_MBCACHE=y -# CONFIG_FW_LOADER is not set CONFIG_GENERIC_ATOMIC64=y CONFIG_GENERIC_BUG=y CONFIG_GENERIC_CLOCKEVENTS=y diff --git a/target/linux/sibyte/config-3.3 b/target/linux/sibyte/config-3.3 index a61ef0e7c3..7be8ee1cee 100644 --- a/target/linux/sibyte/config-3.3 +++ b/target/linux/sibyte/config-3.3 @@ -30,7 +30,6 @@ CONFIG_CSRC_SB1250=y CONFIG_DECOMPRESS_LZMA=y CONFIG_DMA_COHERENT=y CONFIG_EARLY_PRINTK=y -CONFIG_FW_LOADER=m CONFIG_GENERIC_CLOCKEVENTS=y CONFIG_GENERIC_CLOCKEVENTS_BUILD=y CONFIG_GENERIC_CMOS_UPDATE=y |