Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-10 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | 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 | 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. | |||
2010-02-04 | rename update to adkupdate | Waldemar Brodkorb | |
2010-02-04 | implement cfgfs for devices with NAND flash like rb532 | Waldemar Brodkorb | |
2010-02-04 | add a nand package with nand tools | Waldemar Brodkorb | |
2010-02-04 | rename package directory | Waldemar Brodkorb | |
2010-02-04 | fix dependencies and indentation | Waldemar Brodkorb | |
2010-02-04 | update to latest upstream | Waldemar Brodkorb | |
2010-02-04 | update to latest upstream | Waldemar Brodkorb | |
2010-02-04 | update to latest upstream | Waldemar Brodkorb | |
2010-02-04 | update to latest upstream | Waldemar Brodkorb | |
2010-02-04 | update to latest upstream | Waldemar Brodkorb | |
2010-02-04 | update to latest upstream | Waldemar Brodkorb | |
2010-02-04 | update to latest upstream | Waldemar Brodkorb | |
2010-02-04 | update to latest upstream | Waldemar Brodkorb | |
2010-02-04 | update to latest upstream | Waldemar Brodkorb | |
2010-02-04 | create user | Waldemar Brodkorb | |
2010-02-01 | add dependency to libpthread | Waldemar Brodkorb | |
2010-02-01 | update libtool to latest upstream | Waldemar Brodkorb | |
fix some dependencies for native adk build on adk system. | |||
2010-01-31 | fix cross-compile. | Waldemar Brodkorb | |
compile host file statically, so that it uses the correct libmagic while generating the magic file. | |||
2010-01-31 | fix nfs server stuff | Waldemar Brodkorb | |
If you need ipv6, you should choose TIRPC flavour. This will install rpcbind, which is similar to portmap. For ipv4 only you can just use nfs-utils without TIRPC and portmap will be installed. Fix some kernel module dependencies. Add a new package rpcbind. | |||
2010-01-31 | Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk | Waldemar Brodkorb | |
2010-01-31 | update todo, reorder some menu points | Waldemar Brodkorb | |
2010-01-31 | update asterisk to latest upstream | Waldemar Brodkorb | |
unfortunately asterisk 1.4.x just segfaults on startup on mips board. 1.6.x works out of the box, so update to latest version. | |||
2010-01-31 | revert change of /dev/console redirection | Waldemar Brodkorb | |
2010-01-31 | add dependency to libiconv | Waldemar Brodkorb | |
2010-01-31 | set needed config option to startup | Waldemar Brodkorb | |
2010-01-31 | add devel subpackages, my sample application compiles fine | Waldemar Brodkorb | |
2010-01-31 | reworking startup using devtmpfs | Waldemar Brodkorb | |
After this change it is not needed to create console, tty and null device nodes for nfsroot boot. | |||
2010-01-31 | Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk | Waldemar Brodkorb | |
2010-01-31 | rework libc-dev package, add linker script for x86 | Waldemar Brodkorb | |
2010-01-31 | fix dependency. finetune dropbear detection. | Waldemar Brodkorb | |
2010-01-30 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-01-30 | implement installation on nand and fix nand bootup | Waldemar Brodkorb | |
rb532 nand usage fixed. Rename cfinstall to adkinstall to abstract from backend device used. | |||
2010-01-30 | fix eglibc dev package and group alix/wrap devices | Waldemar Brodkorb | |
2010-01-30 | implement cfinstaller for rb532 | Waldemar Brodkorb | |
2010-01-30 | use target-libc combination for all builddirs | Waldemar Brodkorb | |
IMPORTANT: do a make distclean before compiling after this commit. The directories for all build and bin directories changed, so that toolchains for different target-libc combinations can coexist. This might be usefule in the future for continous compiling after git commit, without rebuilding the toolchain. Rework busybox rebuild, when config changes. Not optimal, but at least working after this change to the directory structure. |