summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-16add OpenBSDWaldemar Brodkorb
2010-02-15move patch to correct placeWaldemar Brodkorb
2010-02-15add patches missed by the last commitWaldemar Brodkorb
2010-02-15Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-15reenable kismet, let it compile with stdc++Waldemar Brodkorb
2010-02-15update to latest upstream versionWaldemar Brodkorb
2010-02-15Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-15disable for NetBSD buildWaldemar Brodkorb
2010-02-15fix compile on NetBSDWaldemar Brodkorb
2010-02-15add special handling for kernel modules in pkgmakerWaldemar 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-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-14update qemu-cris support, still brokenWaldemar Brodkorb
2010-02-14fix recompile BUG of PKG_MULTI packagesWaldemar Brodkorb
2010-02-14fix some compile issues on NetBSDWaldemar Brodkorb
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)
2010-02-14remove unused workaroundWaldemar Brodkorb
2010-02-14fix compile for foxboardWaldemar Brodkorb
2010-02-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-14complete allmodconfig build on NetBSDWaldemar Brodkorb
2010-02-13add tcsh package, update TODOWaldemar Brodkorb
2010-02-13cleanupWaldemar Brodkorb
2010-02-13add cvs package, add half-ready bzr packageWaldemar Brodkorb
2010-02-13implement WPA client modeWaldemar Brodkorb
2010-02-13add support for wireless access point with p54usb stickWaldemar Brodkorb
2010-02-13better TARGET matchingWaldemar Brodkorb
2010-02-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-13use /usr/libexec to avoid conflicts of binaries in /usr/sbinWaldemar Brodkorb
2010-02-12Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-12enable usb sound supportWaldemar Brodkorb
add mpg123 console mp3 player. A terratec usb soundadapter works fine on alix2d device. (0ccd:0077 TerraTec Electronic GmbH)
2010-02-11fix compile on NetBSDWaldemar Brodkorb
2010-02-11add dependency to libxml2Waldemar Brodkorb
2010-02-11disable build on NetBSDwbx
2010-02-11disable rpc/nfs4 for nfsroot target, fix allmodconfigWaldemar Brodkorb
2010-02-10disable debugWaldemar Brodkorb
2010-02-10Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-09resolve conflictWaldemar Brodkorb
2010-02-09freebsd cpio is in /usr/binWaldemar Brodkorb
2010-02-09add support for netbsd. just minor fixes needed.wbx
2010-02-07Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-07Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-07make switch work, use ROOTFSUSERTARBALL where appropriateWaldemar Brodkorb
2010-02-07umount /boot after updateWaldemar Brodkorb
2010-02-07update to latest upstream versionWaldemar Brodkorb
2010-02-07Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-07implement adkupdate and adkinstall for rb532 boardsWaldemar Brodkorb
2010-02-07unifyWaldemar Brodkorb
2010-02-07resolve conflictsWaldemar Brodkorb
2010-02-07change defaults for CONFIG/BUILD/INSTALL stylesWaldemar 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-04rename update to adkupdateWaldemar Brodkorb