public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* RFC: install firmware in a kernel-dependent directory
@ 2009-02-14 12:25 Michael Riepe
  2009-02-14 19:02 ` Robert Hancock
  2009-02-14 19:15 ` Jaswinder Singh Rajput
  0 siblings, 2 replies; 7+ messages in thread
From: Michael Riepe @ 2009-02-14 12:25 UTC (permalink / raw)
  To: linux-kernel

Currently, make firmware_install puts all firmware blobs in
/lib/firmware. If you have several kernel versions installed, they will
overwrite each other's files, which may lead to problems if the blobs
eventually change. I think it would be better to use a separate
directory for every kernel version, like /lib/firmware/$(uname -r) or
/lib/modules/$(uname -r)/firmware (the latter is my favorite).

In either case, only a minimal modification in /lib/udev/firmware.sh is
required to make it look in the new directory first.

Comments?
-- 
Michael "Tired" Riepe <michael.riepe@googlemail.com>
X-Tired: Each morning I get up I die a little

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-02-14 21:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-14 12:25 RFC: install firmware in a kernel-dependent directory Michael Riepe
2009-02-14 19:02 ` Robert Hancock
2009-02-14 19:15 ` Jaswinder Singh Rajput
2009-02-14 20:00   ` Michael Riepe
2009-02-14 20:50     ` David Woodhouse
2009-02-14 22:12   ` david
2009-02-14 21:13     ` David Woodhouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox