summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)Author
2010-06-10add basic support for wireless driver in bcm47xx devicesWaldemar Brodkorb
2010-06-08fix checksum and some typosWaldemar Brodkorb
2010-06-07Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-06-07add basic MacOS X supportWaldemar Brodkorb
2010-05-29upgrade all targets to Linux 2.6.34Waldemar Brodkorb
2010-05-28add another bulklist for all target combinationsWaldemar Brodkorb
2010-05-20reduce bootup time, update kernel configWaldemar Brodkorb
2010-05-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-05-20activate and refresh support for rb411/rb433Waldemar Brodkorb
after n0-1 helped to find a way to fix my broken rb433 by using the primary bootloader via shortening a jumper I got the motivation to get this target working again. Summarize both targets to newly created rb4xx target.
2010-05-16add preliminary support for my pcmcia smartcard readerWaldemar Brodkorb
2010-05-12fix make bulkallmod for some packages and target combinationsWaldemar Brodkorb
2010-04-28Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-04-28fix some pkg dependenciesWaldemar Brodkorb
2010-04-27iptv 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-25fix nat helpers for ipv4, add rtsp nat helperWaldemar Brodkorb
2010-04-22fix bulkallmodWaldemar Brodkorb
2010-04-21Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-04-21fat commit to add support for firefox on ibm x40 via usb stickWaldemar 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-12split IPv4 symbols from Config.in.netfilter, add IPv6 onesPhil 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-12add back in the good old "enable IPv6" optionPhil Sutter
We do Linux, so we do IPv6. Internet for everyone.
2010-04-01remove ustl, add some more bulkallmodconfig fixesWaldemar Brodkorb
2010-03-16avoid automatic installation of linker scriptsWaldemar Brodkorb
2010-03-07add gcc package to bulk builds againWaldemar Brodkorb
2010-03-06Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-03-06fix intermodule dependenciesWaldemar Brodkorb
2010-03-02Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadkWaldemar Brodkorb
2010-03-02only use optimization flags for non-debug buildsWaldemar Brodkorb
2010-03-01update rb532 to 2.6.33Waldemar Brodkorb
2010-02-28revert change, variable is used in update-patchesWaldemar Brodkorb
2010-02-27fix checksum check of toolchain archives after downloadWaldemar Brodkorb
and update alix/wrap targets to 2.6.33
2010-02-24Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-24fix compile of some packagesWaldemar Brodkorb
2010-02-24fetch.mk: allow directory removal to failPhil 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-22optimize kernel config for foxg20Waldemar Brodkorb
- boot from microsd now works - finetune adkinstall
2010-02-21rename ext2-cf target rootfs to ext2-blockWaldemar Brodkorb
- add a foxg20 adkinstaller (not working yet) - rename ext2-cf target rootfs to ext2-block
2010-02-21use TARGET_CROSS, minor indentation fixesWaldemar Brodkorb
2010-02-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-20add vendor string "openadk" to toolchain tripletWaldemar Brodkorb
With this change you can compile toolchains even when host cpu arch is identical to target cpu arch.
2010-02-19avoid autotools usage on host systemWaldemar 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-18on Linux use tsort and reverse with tac, On BSD use tsort -rWaldemar Brodkorb
2010-02-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-17fix rebuild of autotools by touching files in a correct orderWaldemar Brodkorb
from freewrt/openbsd
2010-02-17fix build on OpenBSD hostWaldemar 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-16Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadkWaldemar Brodkorb
2010-02-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-16disable BBCONFIG for allmodconfig/allconfigWaldemar Brodkorb
2010-02-16redirecting config/conf output to /dev/null is a bad ideaPhil Sutter
In fact, this leads to 'make oldconfig' waiting for user input without prompting her for any.
2010-02-16reduce overhead and fix for OpenBSD pkg-config implementationWaldemar 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-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-14add generic toolchain only supportWaldemar Brodkorb
remove special cases (tomtom/g1)