Age | Commit message (Collapse) | Author |
|
|
|
barely tested. TomTom support is for my tomtom rider 2
navigation system and is a new toolchain only target.
I will add some special applications later.
Shuttle is my ADK buildserver. At least I can boot via
PXE and create software raid devices. Still need to figure out
how to manage grub2 and how to integrate a disk installer or something
like that.
|
|
- remove some leftover debug code
- add more header files in libc-dev packages
- fix qemu-mips* hints
|
|
A kernel with initramfs piggyback can be used to boot via
PXE, even when the network driver will be loaded later.
My shuttle seems to be really fresh, no boot of Debian/lenny or
newer was possible. Add some drivers I need for my shuttle.
Use LZMA-compression for kernel and initramfs.
Fix some lvm tool dependencies meanwhile..
|
|
|
|
- add bison,flex,diffutils,autoconf,automake,libtool,m4,gperf
- add {glibc,eglibc,uclibc}-dev packages
- add libz/libncurses development packages
- add PKG_OPTS to setup special options for packages
noremove is needed for uclibc/eglibc/glibc packages, otherwise
needed headers will be removed
slightly tested, still in development
|
|
|
|
|
|
another openadk build package needed to compile openadk
on an openadk target ;)
Fix some minor glitches.
|
|
|
|
|
|
|
|
- add new package bzip2
- make subpackage libblkid needed for swapon utility
- enable hibernation on lemote
|
|
|
|
|
|
many upstream package updates,
squid, php, asterisk, gnutls, nmap, sqlite, dhcp, git
|
|
The patches were extracted from the aufs-standalone git tree,
identically named patches are indeed identical.
|
|
|
|
- fix foxboard build, tested on classic
- remove unsed ibm-x40 target
- update all targets to linux-2.6.30.5
- fix native build, use kernel.config.$(CPU_ARCH) as kernel
configuration, when /proc/config.gz does not exist on host
|
|
- moved startup script for all targets to /start
- add kernel patch to use /start
- add cryptinit package
- make an encrypted rootfilesystem as choice for lemote
|
|
- add latest git changes from upstream
- enable embedded controller driver for battery and fan control
- add wireless driver support in patch
- use sata/pata driver instead of ide support
tested and verified via nfs boot on my lemote book
|
|
|
|
|
|
This config was formerly fitting for x86_64, which is definitely wrong.
Although this changeset is rather big, all that has been done was to go
into menuconfig with the old .config and setting "Kernel is 64bit" to
off.
|
|
|
|
- make it simpler and more equal
- add dependency to gperf needed for new config system
|
|
|
|
all three libraries tested with qemu-x86
|
|
|
|
|
|
- avoid busybox IP when openswan is selected
- fix crypto dependencies for esp
|
|
- bring rb532 in shape, make it bootable
|
|
|
|
|
|
|
|
linux-2.6's mconf complains about a circular dependency, this fixes the
problem the fast way. Needs more investigation, so keep it there in
commented form.
|
|
This is only a formal change, the semantics stay exactly the same. But
linux-2.6's mconf forces this nowadays, so stay compatible.
|
|
|
|
|
|
- code optimization for size still fails loading any shared library
|
|
|
|
- update alsa, asterisk and nfs-utils
- fix ext2fs rootfs on rb532
|
|
|
|
- add make/patch/rpm and dependencies
- update ar7 port a little bit
|
|
- patches for uClibc to work with pagesize != 4k
- use gcc extension to avoid -O2 compile
- use ld.so for 64 bit archs
big thanks to thorsten glaser helping out here.
|
|
|
|
|
|
|
|
- after upgrade to gcc 4.4 ld.so in uClibc was broken
- add gcc attribute always_inline for ld.so static functions
- -Os does not automatically inline the code, use O2 especially
for mips and uClibc compile
|
|
- boot via tftp works now
- fix libgcrypt compile issue
- disable-sjlj-exceptions, does not compile for mips64
|