Age | Commit message (Collapse) | Author |
|
- add LZO compression choice
- reactivate mdev mount in init
- add correct inittab for qemu-arm
|
|
|
|
|
|
- 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.
|
|
|
|
- do not use grub bootloader
- enable kernel+initramfs targets
- use sata drivers by default
|
|
- fix image build for different root filesystems
- get rid of duplicate symlink to include dir
- finetune mpd config file
|
|
- 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
|
|
|
|
- remove some leftover debug code
- add more header files in libc-dev packages
- fix qemu-mips* hints
|
|
- 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
|
|
- 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
|
|
- make it simpler and more equal
- add dependency to gperf needed for new config system
|
|
all three libraries tested with qemu-x86
|
|
- $id$ substitution is not apropriate for git scm
|
|
- add support of all MIPS variants
- MIPS32 boots fine with MALTA emulation
- MIPS64 has a problem booting in 64 kernel mode,
even linux 2.6.30rc7 halt on boot
- remove Config.default
|