summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2009-09-10eglibc compiles fine for armWaldemar Brodkorb
2009-09-10finally boot shuttle from raid1 rootWaldemar Brodkorb
you need to set hard disk partition types to type fd. I added a grub binary package, because grub does not allow to be cross-compiled from x86_64 for example without using a multilib gcc, which we do not support.
2009-09-09Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-09-09add shuttle and tomtom device supportWaldemar Brodkorb
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.
2009-09-09optimize libc-dev packageWaldemar Brodkorb
- remove some leftover debug code - add more header files in libc-dev packages - fix qemu-mips* hints
2009-09-02make rescue for x86_64 usable as PXE netboot imageWaldemar Brodkorb
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..
2009-09-02mdadm packageWaldemar Brodkorb
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.
2009-08-31add back in package iptables-snmpPhil Sutter
This basically installs a shared object file for loading into snmpd so iptables information (chains and their counters) can be accessed via snmp.
2009-08-31maradns: update to 1.3.07.09Phil Sutter
As easy as eatin' pancakes ;)
2009-08-28core: allow selecting parallel buildsPhil Sutter
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.
2009-08-28make allmodconfig round for lemote yeelong targetWaldemar Brodkorb
2009-08-28add more packages needed for native buildsWaldemar Brodkorb
- 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
2009-08-24add gawk packageWaldemar Brodkorb
another openadk build package needed to compile openadk on an openadk target ;) Fix some minor glitches.
2009-08-24Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-24some work on lemoteWaldemar Brodkorb
- add new package bzip2 - make subpackage libblkid needed for swapon utility - enable hibernation on lemote
2009-08-23Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-23make allmodconfig work for alix1c eglibcWaldemar Brodkorb
many upstream package updates, squid, php, asterisk, gnutls, nmap, sqlite, dhcp, git
2009-08-23new package aufs2-utilPhil Sutter
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).
2009-08-23clean up after ca-certificates reworkPhil Sutter
2009-08-23revert renaming of /init into /startWaldemar Brodkorb
- 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
2009-08-22Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-22Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-22new package ca-certificatesPhil Sutter
"Oh boy, here it comes ..."
2009-08-22Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-22make lemote yeelong finally usableWaldemar Brodkorb
- 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
2009-08-22iproute2: complete rewrite of integrationPhil Sutter
This is probably the most complete and fine-grained integration of iproute2 we ever had in both FreeWRT and OpenADK. ;)
2009-08-22build static library as pre-configure taskWaldemar Brodkorb
- hackish way, but I was not in the mood to hack the autotool stuff - add patch I wanted to add last time ;)
2009-08-22update to latest upstreamWaldemar Brodkorb
- force building of static libdevmapper library via patch
2009-08-22update to latest upstreamWaldemar Brodkorb
- add passphrase patch, already in svn upstream, thx phil
2009-08-22Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-22update to latest upstreamWaldemar Brodkorb
2009-08-22fix eglibc/glibc support on lemote 64 bitWaldemar Brodkorb
2009-08-21seems like I forgot this one when fixing for libtirpcPhil Sutter
2009-08-21fix call to strip in hdparm MakefilePhil Sutter
2009-08-21remove unused crapWaldemar Brodkorb
2009-08-21update to latest upstreamWaldemar Brodkorb
- use TARGET_CFLAGS
2009-08-21remove not needed CONFIGURE_ENVWaldemar Brodkorb
2009-08-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-20add eglibc supportWaldemar Brodkorb
all three libraries tested with qemu-x86
2009-08-13enable cfgfs for rb532Waldemar Brodkorb
- choose backend at runtime - do not hardcode partition device anymore
2009-08-12fix openswanWaldemar Brodkorb
- avoid busybox IP when openswan is selected - fix crypto dependencies for esp
2009-08-12update gcc, kernel and uclibc MakefileWaldemar Brodkorb
- bring rb532 in shape, make it bootable
2009-08-09depends on fixWaldemar Brodkorb
2009-08-09Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-09update openswan, try to use both IPsec implementationsWaldemar Brodkorb
2009-08-09add git packageWaldemar Brodkorb
2009-08-02drop all leading whitespaces in symbol promptsPhil Sutter
The new mconf ignores them anyway, so make it stop warning about it.
2009-08-02change all 'depends' lines to 'depends on' onesPhil Sutter
This is only a formal change, the semantics stay exactly the same. But linux-2.6's mconf forces this nowadays, so stay compatible.
2009-08-02fix compilation of libtirpc when IPV6 is enabledPhil Sutter
2009-07-24update asteriskWaldemar Brodkorb