summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-04Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-04add a separate partition for cfgfsWaldemar Brodkorb
2010-02-04add a nand package with nand toolsWaldemar Brodkorb
2010-02-04rename package directoryWaldemar Brodkorb
2010-02-04fix dependencies and indentationWaldemar Brodkorb
2010-02-04update to latest upstreamWaldemar Brodkorb
2010-02-04update to latest upstreamWaldemar Brodkorb
2010-02-04update to latest upstreamWaldemar Brodkorb
2010-02-04update to latest upstreamWaldemar Brodkorb
2010-02-04update to latest upstreamWaldemar Brodkorb
2010-02-04update to latest upstreamWaldemar Brodkorb
2010-02-04update to latest upstreamWaldemar Brodkorb
2010-02-04update to latest upstreamWaldemar Brodkorb
2010-02-04update to latest upstreamWaldemar Brodkorb
2010-02-04create userWaldemar Brodkorb
2010-02-04enable mtd character supportWaldemar Brodkorb
2010-02-04finetune make bulkWaldemar 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-04Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-04enable devtmpfsWaldemar Brodkorb
2010-02-03fix path to kernelWaldemar Brodkorb
2010-02-03fix compile for mips64 targetWaldemar Brodkorb
from http://www.mail-archive.com/uclibc@uclibc.org/msg04960.html
2010-02-02disable qemu mips64 emulator support. kernel does not bootWaldemar Brodkorb
2010-02-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-01sata ahci right now depends on shuttle pcWaldemar Brodkorb
2010-02-01update libtool to latest upstreamWaldemar Brodkorb
fix some dependencies for native adk build on adk system.
2010-01-31fix cross-compile.Waldemar Brodkorb
compile host file statically, so that it uses the correct libmagic while generating the magic file.
2010-01-31fix nfs server stuffWaldemar 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-31Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadkWaldemar Brodkorb
2010-01-31update todo, reorder some menu pointsWaldemar Brodkorb
2010-01-31update asterisk to latest upstreamWaldemar 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-31revert change of /dev/console redirectionWaldemar Brodkorb
2010-01-31add dependency to libiconvWaldemar Brodkorb
2010-01-31set needed config option to startupWaldemar Brodkorb
2010-01-31add devel subpackages, my sample application compiles fineWaldemar Brodkorb
2010-01-31reworking startup using devtmpfsWaldemar Brodkorb
After this change it is not needed to create console, tty and null device nodes for nfsroot boot.
2010-01-31Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadkWaldemar Brodkorb
2010-01-31rework libc-dev package, add linker script for x86Waldemar Brodkorb
2010-01-31fix dependency. finetune dropbear detection.Waldemar Brodkorb
2010-01-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-01-30implement installation on nand and fix nand bootupWaldemar Brodkorb
rb532 nand usage fixed. Rename cfinstall to adkinstall to abstract from backend device used.
2010-01-30fix eglibc dev package and group alix/wrap devicesWaldemar Brodkorb
2010-01-30enable YAFFS2 and NAND for rb532 by defaultWaldemar Brodkorb
2010-01-30implement cfinstaller for rb532Waldemar Brodkorb
2010-01-30use target-libc combination for all builddirsWaldemar 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-30fix dependency to libreadlineWaldemar Brodkorb
2010-01-30combine all alix targets and use "alix" from target/target.lstWaldemar Brodkorb
2010-01-30enable cfdisk by defaultWaldemar Brodkorb
2010-01-30enable watchdog on rb532 by default, use busybox applet.Waldemar Brodkorb
the package/watchdog could also be used, if more checks are required. (high load, free memory,..)
2010-01-30update to latest upstream versionWaldemar Brodkorb
add a default config file with watchdog enabled. Enable watchdog in /etc/rc.conf by default.