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..
|
|
useful package for software raid under linux.
my realpath patch might be bad, but at least I could generate
a raid0 on my new shuttle pc.
|
|
|
|
This basically installs a shared object file for loading into snmpd so
iptables information (chains and their counters) can be accessed via
snmp.
|
|
As easy as eatin' pancakes ;)
|
|
The value of CONFIG_ADK_MAKE_JOBS is being passed to make via the option
'-j', in order to have it run multiple jobs simultaneously. This is done
for all kernel builds, and per default for each package using the
default BUILD_STYLE of 'auto', unless the package makefile defines
PKG_NOPARALLEL to a non-empty string.
|
|
|
|
|
|
|
|
|
|
- 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
|
|
Since the aufs2 utilities seem to be available only via git, copy the
current state into the src/ directory, with the samples/ directory
removed. The files were intentionally left untouched, so custom changes
are still kept in patch files for easier upstream sending.
Using do-extract to copy the sources to the working directory has the
downside of having to define an empty do-configure target (as this is
not needed) but allows for using update-patches just like with any
other package (which is not the case if the copying is done in a
do-configure target).
|
|
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
|
|
It's the old problem: globbing fails if nothing matches, i.e. instead of
expanding to nothing (the empty string, ""), the pattern itself is being
returned which again messes everything up.
|
|
|
|
|
|
"Oh boy, here it comes ..."
|
|
|
|
- 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
|
|
|
|
This is probably the most complete and fine-grained integration of
iproute2 we ever had in both FreeWRT and OpenADK. ;)
|
|
- hackish way, but I was not in the mood to hack the autotool stuff
- add patch I wanted to add last time ;)
|
|
- force building of static libdevmapper library via patch
|
|
- add passphrase patch, already in svn upstream, thx phil
|
|
- 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.
|
|
|