Age | Commit message (Collapse) | Author |
|
From: Trent Piepho <xyzzy@speakeasy.org>
The Makefiles in the dvb directory tree used '=' when defining EXTRA_CFLAGS
rather than '+=', which is far more common in the rest of the kernel source.
= 14 times (9 of which this patch removes)
:= 25 times
+= 123 times
This change also has certain advantages for the out of kernel v4l-dvb build
system.
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
|
|
|
|
firmware into the module.
|
|
Add a DEC3000-s frontend with some of FE_SET_FRONTEND implemented (thanks
to Pedro GutiƩrrez for USB logs of the DEC3000-s).
Prepare bootcode loader for easy transition to firmware loader for 2.6
kernels.
Get Makefiles to pull in DEC3000-s bootcode.
Turn echo off for ugly bootcode header hacks in 2.4 build Makefile.
Note: At this stage, connecting a DEC3000-s will probably just make it
reboot over and over.
|
|
Include fdump and modify build system to create firmware header from
firmware binary file.
Twiddle checksum value for firmware upload to current firmware's value.
|
|
+ configuration files updates.
|