Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-27 | iptv via natting now works at last sometime. | Waldemar Brodkorb | |
alice iptv seems to use destination=ip:port instead of client_port=port, like RFC suggesting it. But destination= is also used by STUN method. As a quick hack I commented out STUN method to avoid crashes. Now at least I can see some tv streams. still not 100% good. | |||
2010-04-25 | fix nat helpers for ipv4, add rtsp nat helper | Waldemar Brodkorb | |
2010-04-22 | fix bulkallmod | Waldemar Brodkorb | |
2010-04-21 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-04-21 | fat commit to add support for firefox on ibm x40 via usb stick | Waldemar Brodkorb | |
- add support for IBM X40 notebook - add USB boot support - add firefox package - update and add all dependencies for firefox - add xorg intel driver - add dri support for xorg | |||
2010-04-12 | split IPv4 symbols from Config.in.netfilter, add IPv6 ones | Phil Sutter | |
Luckily, the vast majority of iptables modules now reside in netfilter core (i.e. they're layer3-independent), so there is not so much to keep in sync in between iptables and ip6tables. | |||
2010-04-12 | add back in the good old "enable IPv6" option | Phil Sutter | |
We do Linux, so we do IPv6. Internet for everyone. | |||
2010-04-01 | remove ustl, add some more bulkallmodconfig fixes | Waldemar Brodkorb | |
2010-03-16 | avoid automatic installation of linker scripts | Waldemar Brodkorb | |
2010-03-07 | add gcc package to bulk builds again | Waldemar Brodkorb | |
2010-03-06 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-03-06 | fix intermodule dependencies | Waldemar Brodkorb | |
2010-03-02 | Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk | Waldemar Brodkorb | |
2010-03-02 | only use optimization flags for non-debug builds | Waldemar Brodkorb | |
2010-03-01 | update rb532 to 2.6.33 | Waldemar Brodkorb | |
2010-02-28 | revert change, variable is used in update-patches | Waldemar Brodkorb | |
2010-02-27 | fix checksum check of toolchain archives after download | Waldemar Brodkorb | |
and update alix/wrap targets to 2.6.33 | |||
2010-02-24 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-24 | fix compile of some packages | Waldemar Brodkorb | |
2010-02-24 | fetch.mk: allow directory removal to fail | Phil Sutter | |
This is helpful when the top-level build directory (the toolchain build dir in my case) is a mounted tmpfs (which therefore cannot be removed). | |||
2010-02-22 | optimize kernel config for foxg20 | Waldemar Brodkorb | |
- boot from microsd now works - finetune adkinstall | |||
2010-02-21 | rename ext2-cf target rootfs to ext2-block | Waldemar Brodkorb | |
- add a foxg20 adkinstaller (not working yet) - rename ext2-cf target rootfs to ext2-block | |||
2010-02-21 | use TARGET_CROSS, minor indentation fixes | Waldemar Brodkorb | |
2010-02-20 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-20 | add vendor string "openadk" to toolchain triplet | Waldemar Brodkorb | |
With this change you can compile toolchains even when host cpu arch is identical to target cpu arch. | |||
2010-02-19 | avoid autotools usage on host system | Waldemar Brodkorb | |
There are to many combinations of autotools on host systems. If you need to patch the autotool buildsystem of a package always add a autotool.patch and regenerate configure on your host. That is the most portable way. | |||
2010-02-18 | on Linux use tsort and reverse with tac, On BSD use tsort -r | Waldemar Brodkorb | |
2010-02-17 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-17 | fix rebuild of autotools by touching files in a correct order | Waldemar Brodkorb | |
from freewrt/openbsd | |||
2010-02-17 | fix build on OpenBSD host | Waldemar Brodkorb | |
- add a wrapper script for autoconf and autoreconf to avoid ifdef gluecode for every OS/autoconf combination - need to add more autoconf version for NetBSD/MirBSD | |||
2010-02-16 | Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-16 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-16 | disable BBCONFIG for allmodconfig/allconfig | Waldemar Brodkorb | |
2010-02-16 | redirecting config/conf output to /dev/null is a bad idea | Phil Sutter | |
In fact, this leads to 'make oldconfig' waiting for user input without prompting her for any. | |||
2010-02-16 | reduce overhead and fix for OpenBSD pkg-config implementation | Waldemar Brodkorb | |
OpenBSD use a Perl implementation for pkg-config, which use PKG_CONFIG_LIBDIR, so this shouldn't be /dev/null. Using just PKG_CONFIG_LIBDIR to provide the cross-compiled headers and libraries is even enough for normal pkg-config. | |||
2010-02-14 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-14 | add generic toolchain only support | Waldemar Brodkorb | |
remove special cases (tomtom/g1) | |||
2010-02-14 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-14 | complete allmodconfig build on NetBSD | Waldemar Brodkorb | |
2010-02-13 | add support for wireless access point with p54usb stick | Waldemar Brodkorb | |
2010-02-13 | better TARGET matching | Waldemar Brodkorb | |
2010-02-13 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-13 | use /usr/libexec to avoid conflicts of binaries in /usr/sbin | Waldemar Brodkorb | |
2010-02-12 | enable usb sound support | Waldemar Brodkorb | |
add mpg123 console mp3 player. A terratec usb soundadapter works fine on alix2d device. (0ccd:0077 TerraTec Electronic GmbH) | |||
2010-02-09 | add support for netbsd. just minor fixes needed. | wbx | |
2010-02-07 | make switch work, use ROOTFSUSERTARBALL where appropriate | Waldemar Brodkorb | |
2010-02-07 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-07 | implement adkupdate and adkinstall for rb532 boards | Waldemar Brodkorb | |
2010-02-07 | change defaults for CONFIG/BUILD/INSTALL styles | Waldemar Brodkorb | |
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used. | |||
2010-02-04 | finetune make bulk | Waldemar Brodkorb | |
add bulk targets for allmodconfig/allconfig. add more targets to the bulk list. use a separate .cfg directory for target-libc combinations. |