summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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.
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-30update to latest upstream versionWaldemar Brodkorb
2010-01-30fix bootup on rb532/mipsWaldemar Brodkorb
the ld.so.1 symlink was missing. Install linker script and symlinks in dev-package only.
2010-01-30do not install interfaces file on NFSROOT filesystemsWaldemar Brodkorb
2010-01-30remove unneeded directory after executing postinst scriptsWaldemar Brodkorb
2010-01-30make them more quietWaldemar Brodkorb
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-28disable KGDB for bulk buildsWaldemar Brodkorb
2010-01-28disable cfgfs for nfsrootWaldemar Brodkorb
2010-01-28Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadkWaldemar Brodkorb
2010-01-28fix dependencyWaldemar Brodkorb
2010-01-28do not strip binaries via install -sWaldemar Brodkorb
2010-01-28gsm package does not build in parallelWaldemar Brodkorb
2010-01-27fix cross-compile bug under CygwinWaldemar Brodkorb
2010-01-27small cygwin cross-compile problem fixWaldemar Brodkorb
set homespool, can not be automatically determined, when cross-compiled under Cygwin
2010-01-26fix package dependsWaldemar Brodkorb
2010-01-26check for mkfs utilsWaldemar Brodkorb
2010-01-26fix openswan compile error, againWaldemar Brodkorb
2010-01-26fix some kernel dependencies and qemu examples.Waldemar Brodkorb
2010-01-26configure binutils correctlyWaldemar Brodkorb
2010-01-26remove unneeded patchesWaldemar Brodkorb
there are macros for bcopy/bzero. just use them correctly
2010-01-26disable unknown compiler flagwaldemar brodkorb
2010-01-23update patch to the Makefile changes send to upstreamWaldemar Brodkorb
2010-01-23proftpd reviewPhil Sutter
- prxs is a perl-script, so probably not runnable on the target - add an init-file for the daemon - use a locally saved proftpd.conf (for now only dropped some comments)
2010-01-23pdnsd review: add init-file and sample configPhil Sutter
2010-01-23rng-tools review: add tpm support patch and init-filePhil Sutter
2010-01-23improve package name conversion to makefile variablePhil Sutter
No need to call sed here, as tr already does exactly what we want to, just by extending the expression passed to it.
2010-01-22enable x, otherwise touchpad under X does not workWaldemar Brodkorb
2010-01-22and a lot of more fontsWaldemar Brodkorb
2010-01-22add more fonts for X11. check installed fonts via xlsfontsWaldemar Brodkorb
2010-01-22Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadkWaldemar Brodkorb
2010-01-22add some font packagesWaldemar Brodkorb
2010-01-22Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-01-22add pthread dependencyWaldemar Brodkorb
2010-01-22add new packages to menu. shift some groups around.Waldemar Brodkorb
2010-01-22add x-terminal application with unicode supportWaldemar Brodkorb
2010-01-22add package xauth. Needed for X11 forwarding via SSH.Waldemar Brodkorb
2010-01-22add package evilwm. small and fast X window manager.Waldemar Brodkorb
2010-01-22add a missed library, needed for xauthWaldemar Brodkorb