Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-04 | add a separate partition for cfgfs | 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-04 | enable mtd character support | Waldemar Brodkorb | |
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. | |||
2010-02-04 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-04 | enable devtmpfs | Waldemar Brodkorb | |
2010-02-03 | fix path to kernel | Waldemar Brodkorb | |
2010-02-03 | fix compile for mips64 target | Waldemar Brodkorb | |
from http://www.mail-archive.com/uclibc@uclibc.org/msg04960.html | |||
2010-02-02 | disable qemu mips64 emulator support. kernel does not boot | Waldemar Brodkorb | |
2010-02-01 | add dependency to libpthread | Waldemar Brodkorb | |
2010-02-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-01 | sata ahci right now depends on shuttle pc | 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 | enable YAFFS2 and NAND for rb532 by default | 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. | |||
2010-01-30 | fix dependency to libreadline | Waldemar Brodkorb | |
2010-01-30 | combine all alix targets and use "alix" from target/target.lst | Waldemar Brodkorb | |
2010-01-30 | enable cfdisk by default | Waldemar Brodkorb | |