At Thu, 3 Jul 2008 14:04:36 +0100 (BST), Hugh Dickins wrote:Hmm, I got this error even with CONFIG_FIRMWARE_IN_KERNEL=y. Through a quick look at the code, the firmwares are not built indeed. I guess the fix like the following needed for building firmwares for modules. Now trying to build the kernel again to check this... Takashi diff --git a/firmware/Makefile b/firmware/Makefile index f88d746..e11fc2a 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -55,6 +55,8 @@ fw-shipped-$(CONFIG_USB_SERIAL_XIRCOM) += keyspan_pda/xircom_pgs.fw fw-shipped-$(CONFIG_USB_VICAM) += vicam/firmware.fw fw-shipped-$(CONFIG_VIDEO_CPIA2) += cpia2/stv0672_vp4.bin +fw-shipped-y := $(fw-shipped-y) $(fw-shipped-m) + # If CONFIG_FIRMWARE_IN_KERNEL is not set, then don't include any firmware ifneq ($(CONFIG_FIRMWARE_IN_KERNEL),y) fw-shipped-y := --
| KOSAKI Motohiro | [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" |
| Nick Piggin | [patch 3/6] mm: fix fault vs invalidate race for linear mappings |
| Stefan Richter | Re: [PATCH 0/24] make atomic_read() behave consistently across all architectures |
| Ingo Molnar | [bug] stuck localhost TCP connections, v2.6.26-rc3+ |
git: | |
| Peter Zijlstra | Re: [PATCH 3/3] Convert the UDP hash lock to RCU |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | Re: 2.6.25-rc8: FTP transfer errors |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Doug Evans | Re: Stabilizing Linux |
| Robert Blum | And another version of the INFO sheet |
| Marc CORSINI | find-1.2 (binaries only) |
| Yanek Martinson | Re: Porting g++ 1.40.3 |
