Age | Commit message (Collapse) | Author | Files |
|
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
* This options is used to stick kernel's git rev to kernel version,
but if the kernel is not from git, it can instead randomly pull up rev
from some other repo.
|
|
* Consistently enable serial8250 module.
|
|
|
|
* For kexec command line support.
|
|
* With all the trouble I'm having with exporting NTFS partition under
OpenWRT, let's have NBD around.
* CONFIGFS is so far not a must, can be a module.
|
|
modular.
* Per discussion on ML.
* defconfigman r440.
|
|
* defconfigman r439.
|
|
* Unfortunately, can't make entire cpufreq modular due to cross-dependency
with pcmcia layer.
* defconfigman r437
|
|
* magician flash boot hacks
* mtdblock support moves to modules, as non-essential for flash boot.
* Few netcards PCMCIA drivers enabled for hx4700.
|
|
sound subsys.
|
|
(bare).
|
|
|
|
USB gadgets.
* Now that there's flexible early userspace support in OE (initramfs-uniboot)
which handles NFS booting among other things, there's no longer need to have
NFS boot support in kernel. This gets NFS out of kernel, and frees g_ether
from being compiled into kernel, thus opening road for modular USB gadget
drivers.
* A bit tough move deep into Angstrom RCs, but this was on TODO for long time,
and just yesterday I hit usecase where I was stuck late night with the need
to move data between 2 boxes, with only common interface in both being USB,
but still w/o flashdrive to use. So, I took this opportinity not just
to try g_file_storage, but also handle this issue.
|
|
* Well, some devices wouldn't have chance to use them for now (acx driver),
but let's be consistent.
* From defconfigman r421.
|
|
* Historically, latest kernel version used "linux-handhelds-2.6" override
dir, while older releases used "linux-handhelds-2.6-<ver>" dirs. This is
somewhat confusing and makes people look at wrong places. Make consistent.
* Also, drop old/broken subreleases, update cvs recipe.
|