summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
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-11disable rpc/nfs4 for nfsroot target, fix allmodconfigWaldemar Brodkorb
2010-02-07make switch work, use ROOTFSUSERTARBALL where appropriateWaldemar 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-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-04implement cfgfs for devices with NAND flash like rb532Waldemar Brodkorb
2010-02-04Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-04add a separate partition for cfgfsWaldemar 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-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-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-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-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-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-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-01-30update uclibc to latest upstream versionWaldemar Brodkorb
MIPS problem is solved, no extension patch needed anymore. uClibc can be compiled again with optimization for size. getline patch is already included upstream. New patch backported from uclibc-current, to compile fastat on 64 Bit Host and Target. ICE for Etrax also fixed.
2010-01-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-01-30update TODO and BUGS to reflect my planWaldemar Brodkorb
2010-01-26fix some kernel dependencies and qemu examples.Waldemar Brodkorb
2010-01-20fix allmodconfig for foxboardwaldemar brodkorb
2010-01-19Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadkwaldemar brodkorb
2010-01-19fix allmodconfig for foxboardwaldemar brodkorb
2010-01-19Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-01-19Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-01-19enable watchdog driver and busybox userlandWaldemar Brodkorb
does not work yet on alix1c.
2010-01-19fix rb532 allmodconfigWaldemar Brodkorb
2010-01-16enable LED support for alix2d modelsWaldemar Brodkorb
2010-01-16fix target usb dependencyWaldemar Brodkorb
2010-01-15make ag241 allmodconfig compileWaldemar Brodkorb
2010-01-13added LED support for AlixJoerg Seitter
added alix led driver and led trigger for heartbeat, timer, default-on and iptables LED target Signed-off-by: Joerg Seitter <oss@seitter.net>
2010-01-13fix ag241 compile. add target dependent package selections.Waldemar Brodkorb
2010-01-10Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-01-10implement update for foxboardWaldemar Brodkorb
2010-01-10Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-01-10fix dependencies for foxboard usb supportWaldemar Brodkorb
2010-01-10remove unused stuff. comment debug output.Waldemar Brodkorb
2010-01-10Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb