Age | Commit message (Collapse) | Author | Files |
|
|
|
+git kernel
|
|
|
|
|
|
booting - console rotation block logo
|
|
- enabled logo for c7x0, akita, spitz, tosa, poodle
- collie does not get logo as its kernel need booting config first
- logo was created by Sebastian 'xaos' Rosik
- PNG and SVG versions: http://openzaurus.org/gfx-contest/xaos/
- kernel logo was made from logo01.svg (inversed colors)
- also added one CF memory card to pcmcia ids - Ecco@#openzaurus
- added hostap patch (2 new ids) - sent upstream
- dropped 24-hostap_cs_id patch
|
|
+CONFIG_CC_OPTIMIZE_FOR_SIZE=y
-CONFIG_INET_DIAG=y
-CONFIG_INET_TCP_DIAG=y
+CONFIG_INET_DIAG=m
+CONFIG_INET_TCP_DIAG=m
+# CONFIG_FONT_8x8 is not set - we use 8x16 font on clamshells
+# CONFIG_MSDOS_FS is not set - msdos (8.3) is not used when vfat is available
|
|
* Enable MOUSEDEV support in defconfigs.
* Add suitable COMPATIBLE_MACHINE entry.
|
|
* Fix swapped Calander/Address keys on spitz
* Add fix to try and support large MMC cards (> 2GB)
* Fix return codes of fb_write (fixes dd problem with /dev/fb0)
* Fix Scoop to PCMCIA linkage compile issue with modular PCMCIA
* Fix potential race in SSP code
* Update JFFS2 long filename fix
* Fix a bug in the Offline Charging code (could lead to device wakeup after AC removal)
* Fix some minor ASoC bugs
* Add "proper" reboot and shutdown handling for poodle, c7x0, cxx00 and tosa
|
|
* Split shared config into spitz and akita.
* Make ext3 modular on akita
* Make jffs2 modular on spitz
* Enable EABI and OABI_COMPAT when using linux-gnueabi
* Add sed script to remove defconfig lines we override
|