summaryrefslogtreecommitdiff
path: root/packages/linux/linux-handhelds-2.6-2.6.21
AgeCommit message (Collapse)AuthorFiles
2007-12-26linux-handhelds-2.6 2.6.21: h5000: Enable ASoC sound driver.Paul Sokolovsky1
2007-12-26linux-handhelds-2.6 2.6.21: h5000: Enable new keys driver.Paul Sokolovsky1
2007-12-25linux-handhelds-2.6 2.6.21: Enable iptables for ipv4 (intermediate) and ipv6 ↵Paul Sokolovsky24
(bare).
2007-12-25linux-handhelds-2.6 2.6.21: Enable ext3 (modular).Paul Sokolovsky24
2007-12-25linux-handhelds-2.6 2.6.21: Move away from nuiltin NFS support, use modular ↵Paul Sokolovsky24
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.
2007-12-22linux-handhelds-2.6 2.6.21: Enable WPA modules for any device which has WiFi.Paul Sokolovsky24
* Well, some devices wouldn't have chance to use them for now (acx driver), but let's be consistent. * From defconfigman r421.
2007-12-22disapproval of revision '673229ca0f8dadb52526e2a8596309ffceb87123'Paul Sokolovsky1
2007-12-22linux-handhelds-2.6 2.6.21: Enable sound modules for h5000.Paul Sokolovsky1
* From defconfigman r419.
2007-12-22linux-handhelds-2.6: Make override dirs consistent.Paul Sokolovsky50
* 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.