From cccc9e214bbdddf7e310c9f0ee0c9c620b57a2af Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 4 Aug 2013 09:41:10 +0000 Subject: 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 SVN-Revision: 37672 --- target/linux/ep93xx/config-3.6 | 1 - target/linux/ep93xx/config-3.8 | 1 - 2 files changed, 2 deletions(-) (limited to 'target/linux/ep93xx') 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 -- cgit v1.2.3