summaryrefslogtreecommitdiff
path: root/packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb
AgeCommit message (Collapse)AuthorFiles
2008-03-14linux/linux-handhelds-2.6: Readd check that ${KERNEL_INITRAMFS_PATH} exists.Paul Sokolovsky1
2008-03-12linux-handhelds-2.6: Use official external interface for initramfs addition.Paul Sokolovsky1
* I.e., CONFIG_INITRAMFS_SOURCE. Instead of neat, but still hack of dropping initramfs where kernel Makefile expects it - this was reported to not work under some unknown circumstances.
2008-03-08linux-handhelds-2.6: Remove broken keep-initramfs.patch.Paul Sokolovsky1
* Doesn't work with the no-initramfs case. * Added explicit touch after cp instead.
2008-03-08linux-handhelds-2.6: Use rm -f for stale initramfs cleanup.Paul Sokolovsky1
2008-03-08linux-handhelds 2.6.21-hh20: add patch to stop the kernel from blowing away ↵Koen Kooi1
our initramfs archive
2008-03-07h2200.conf: Autoload g_ether, like other linux-hh machines do.Paul Sokolovsky1
* Bump kernel PR too.
2008-03-03linux-handhelds: deploy tweaks:Koen Kooi1
* copy zImage to zImage-<initramfsname> to allow changing of INITRAMFS_PATH * make a modules.tgz tarball
2008-02-14linux-handhelds-2.6 2.6.21-hh20: Enable CONFIG_ATAGS_PROC consistently.Paul Sokolovsky1
* For kexec command line support.
2008-02-14linux-handhelds-2.6 2.6.21-hh20: Add support for passing kexec command line.Paul Sokolovsky1
* Tested to work. * TODO: Add CONFIG_ATAGS_PROC consistently.
2008-02-13linux-handhelds-2.6 2.6.21-hh20: Enable NBD and CONFIGFS as modules.Paul Sokolovsky1
* 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.
2008-02-12linux-handhelds-2.6 2.6.21-hh20: Use noop iosched by default, make other ↵Paul Sokolovsky1
modular. * Per discussion on ML. * defconfigman r440.
2008-02-10linux-handhelds-2.6 2.6.21-hh20: Enable few more FSes and introspection options.Paul Sokolovsky1
* defconfigman r439.
2008-02-10linux-handhelds-2.6 2.6.21-hh20: Make cpufreq powersave governor modular.Paul Sokolovsky1
* Unfortunately, can't make entire cpufreq modular due to cross-dependency with pcmcia layer. * defconfigman r437
2007-12-26linux-handhelds-2.6 2.6.21-hh20: Bump for recent changes.Paul Sokolovsky1
2007-12-25linux-handhelds-2.6 2.6.21-hh20: Bump PR for ext3 and iptables changes.Paul Sokolovsky1
2007-12-25linux-handhelds-2.6 2.6.21: Move away from nuiltin NFS support, use modular ↵Paul Sokolovsky1
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-hh20: Bump PR for WPA modules changes.Paul Sokolovsky1
2007-12-22linux-handhelds-2.6 2.6.21-hh20: Bump PR to propogate h2200 module_autoload ↵Paul Sokolovsky1
fixes.
2007-12-22linux-handhelds-2.6: Make override dirs consistent.Paul Sokolovsky1
* 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.
2007-12-19linux-handhelds-2.6: Add 2.6.21-hh20.Paul Sokolovsky1
* Changes since -hh19 are: 1. hx4700: Fixed regression with PCMCIA power management leading to PCMCIA not working. 2. pxa2xx-i2sound: Fix logic error in power management, of unknown impact. Warning: due to subtlety of code, this fix may actually cause regressions. Need to test carefully.