Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-16 | disable warnings, -Wextra does not exit on OpenBSD gcc | Waldemar Brodkorb | |
2010-02-16 | add OpenBSD | Waldemar Brodkorb | |
2010-02-15 | move patch to correct place | Waldemar Brodkorb | |
2010-02-15 | add patches missed by the last commit | Waldemar Brodkorb | |
2010-02-15 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-15 | reenable kismet, let it compile with stdc++ | Waldemar Brodkorb | |
2010-02-15 | update to latest upstream version | Waldemar Brodkorb | |
2010-02-15 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-15 | disable for NetBSD build | Waldemar Brodkorb | |
2010-02-15 | fix compile on NetBSD | Waldemar Brodkorb | |
2010-02-15 | add special handling for kernel modules in pkgmaker | Waldemar Brodkorb | |
- use Config.in.kmod for packages with kernel modules - cleanup dots in uclibc Config.in - avoid autotool in cryptsetup, breaks build on debian lenny | |||
2010-02-14 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-14 | update qemu-cris support, still broken | Waldemar Brodkorb | |
2010-02-14 | fix recompile BUG of PKG_MULTI packages | Waldemar Brodkorb | |
2010-02-14 | fix some compile issues on NetBSD | Waldemar Brodkorb | |
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 | remove unused workaround | Waldemar Brodkorb | |
2010-02-14 | fix compile for foxboard | Waldemar Brodkorb | |
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 tcsh package, update TODO | Waldemar Brodkorb | |
2010-02-13 | cleanup | Waldemar Brodkorb | |
2010-02-13 | add cvs package, add half-ready bzr package | Waldemar Brodkorb | |
2010-02-13 | implement WPA client mode | 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 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | 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-11 | fix compile on NetBSD | Waldemar Brodkorb | |
2010-02-11 | add dependency to libxml2 | Waldemar Brodkorb | |
2010-02-11 | disable build on NetBSD | wbx | |
2010-02-11 | disable rpc/nfs4 for nfsroot target, fix allmodconfig | Waldemar Brodkorb | |
2010-02-10 | disable debug | Waldemar Brodkorb | |
2010-02-10 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-09 | resolve conflict | Waldemar Brodkorb | |
2010-02-09 | freebsd cpio is in /usr/bin | Waldemar Brodkorb | |
2010-02-09 | add support for netbsd. just minor fixes needed. | wbx | |
2010-02-07 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-07 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-07 | make switch work, use ROOTFSUSERTARBALL where appropriate | Waldemar Brodkorb | |
2010-02-07 | umount /boot after update | Waldemar Brodkorb | |
2010-02-07 | update to latest upstream version | 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 | unify | Waldemar Brodkorb | |
2010-02-07 | resolve conflicts | 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. |