summaryrefslogtreecommitdiff
path: root/packages/linux/linux-handhelds-2.6-2.6.16
AgeCommit message (Collapse)AuthorFiles
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe10
2007-01-12linux-handhelds-2.6 2.6.16: Add defconfig for h1910.Paul Sokolovsky2
2007-01-10linux-handhelds-2.6: Disable CONFIG_AUDIT in defconfigs - it is broken on ARM,Paul Sokolovsky1
neither really needed on handhelds.
2006-12-19linux-handhelds-2.6 2.6.16: hx4700 defconfig: have ext2 builtin, so it can Paul Sokolovsky1
boot from a memory card.
2006-11-20h5xxx: Rename machine to h5000.Paul Sokolovsky2
* Use naming scheme consistent with other iPaq devices, where "series" name is used. * h5000 is series consisting of h5100, h5400, and h5500 models, each having common architecture, but slightly different builtin peripherals. Each model may also have few marketing nicknames, differing in last digit (sometimes 2 last digits). * Closes #1586. * Approved by Koen Kooi.
2006-10-27linux-handhelds-2.6: Prepare to finish upgrade to 2.6.17.Paul Sokolovsky25
* Aim: support few kernel releases nicely and transparently. * Issue: different kernel versions/releases (may) have different defconfigs. * Requirement: we need files dir to be override not just on PN, amd not just on MACHINE, but additionally on some version string, which doesn't necessarily have to be PV (for example, current situation is that 2.6.16 vs 2.6.17 need different defconfigs, while potentially *some* -hh tags may have that need too). * Solution: I could get per-MACHINE overrides work automagically if FILESPATH is overriden. So, emulate that with adding both per-version dir (foo) and foo/${MACHINE} at the same time (and at the right order). * Rename linux-handhelds-2.6/ to linux-handhelds-2.6-2.6.16/, as it really contains defconfigs for those kernels. "HEAD" kernel version will still use linux-handhelds-2.6 (i.e. TODO: add 2.6.17 defconfigs to linux-handhelds-2.6/).