Age | Commit message (Collapse) | Author |
|
- use ADK_TARGET and FS for kernel files
- use ADK_TARGET, ADK_LIBC and FS for image files
ARCH is implicit in ADK_TARGET encoded.
|
|
|
|
- remove ADK_IPV6, ADK_CXX and ADK_X11
- enable ipv6 by default in uclibc
- enable build of c++ compiler by default
|
|
- fix DEVICE -> ADK_TARGET conversions missed last time
- make wrap boot via PXE
|
|
- the name is better, because qemu f.e. is no hardware device
- use make TARGET=alix1c to start with a configuration for this target
- use make TARGET=alix1c allmodconfig to generate a mostly complete config
to build all available packages for this platform as a package
The all.config and .defconfig files needed to get this working are
dynamically generated.
|
|
- grub2 documentation is really outdated. you have to read the source
to get serial working.
|
|
WARNING: tested only on qemu-x86
|
|
|
|
- useful f.e. for a shuttle pc
- fix tty permissions, needed for non-root users
|
|
Accidently forgot to rename these, too. I removed redundant variables.
TARGET_CROSS / KERNEL_CROSS
|
|
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..
|
|
- 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
|
|
|
|
- $id$ substitution is not apropriate for git scm
|
|
|