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>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37672 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Hauke Mehrtens
2013-08-04 09:41:10 +00:00
parent 4a7d09d000
commit a558d35af2
4 changed files with 0 additions and 4 deletions

View File

@@ -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