Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-30 | enable 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-30 | update to latest upstream version | Waldemar Brodkorb | |
add a default config file with watchdog enabled. Enable watchdog in /etc/rc.conf by default. | |||
2010-01-30 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-01-30 | update uclibc to latest upstream version | Waldemar 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-30 | update to latest upstream version | Waldemar Brodkorb | |
2010-01-30 | fix bootup on rb532/mips | Waldemar Brodkorb | |
the ld.so.1 symlink was missing. Install linker script and symlinks in dev-package only. | |||
2010-01-30 | do not install interfaces file on NFSROOT filesystems | Waldemar Brodkorb | |
2010-01-30 | remove unneeded directory after executing postinst scripts | Waldemar Brodkorb | |
2010-01-30 | make them more quiet | Waldemar Brodkorb | |
2010-01-30 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-01-30 | update TODO and BUGS to reflect my plan | Waldemar Brodkorb | |
2010-01-28 | disable KGDB for bulk builds | Waldemar Brodkorb | |
2010-01-28 | disable cfgfs for nfsroot | Waldemar Brodkorb | |
2010-01-28 | Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk | Waldemar Brodkorb | |
2010-01-28 | fix dependency | Waldemar Brodkorb | |
2010-01-28 | do not strip binaries via install -s | Waldemar Brodkorb | |
2010-01-28 | gsm package does not build in parallel | Waldemar Brodkorb | |
2010-01-27 | fix cross-compile bug under Cygwin | Waldemar Brodkorb | |
2010-01-27 | small cygwin cross-compile problem fix | Waldemar Brodkorb | |
set homespool, can not be automatically determined, when cross-compiled under Cygwin | |||
2010-01-26 | fix package depends | Waldemar Brodkorb | |
2010-01-26 | check for mkfs utils | Waldemar Brodkorb | |
2010-01-26 | fix openswan compile error, again | Waldemar Brodkorb | |
2010-01-26 | fix some kernel dependencies and qemu examples. | Waldemar Brodkorb | |
2010-01-26 | configure binutils correctly | Waldemar Brodkorb | |
2010-01-26 | remove unneeded patches | Waldemar Brodkorb | |
there are macros for bcopy/bzero. just use them correctly | |||
2010-01-26 | disable unknown compiler flag | waldemar brodkorb | |
2010-01-23 | update patch to the Makefile changes send to upstream | Waldemar Brodkorb | |
2010-01-23 | proftpd review | Phil 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-23 | pdnsd review: add init-file and sample config | Phil Sutter | |
2010-01-23 | rng-tools review: add tpm support patch and init-file | Phil Sutter | |
2010-01-23 | improve package name conversion to makefile variable | Phil 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-22 | enable x, otherwise touchpad under X does not work | Waldemar Brodkorb | |
2010-01-22 | and a lot of more fonts | Waldemar Brodkorb | |
2010-01-22 | add more fonts for X11. check installed fonts via xlsfonts | Waldemar Brodkorb | |
2010-01-22 | Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk | Waldemar Brodkorb | |
2010-01-22 | add some font packages | Waldemar Brodkorb | |
2010-01-22 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-01-22 | add pthread dependency | Waldemar Brodkorb | |
2010-01-22 | add new packages to menu. shift some groups around. | Waldemar Brodkorb | |
2010-01-22 | add x-terminal application with unicode support | Waldemar Brodkorb | |
2010-01-22 | add package xauth. Needed for X11 forwarding via SSH. | Waldemar Brodkorb | |
2010-01-22 | add package evilwm. small and fast X window manager. | Waldemar Brodkorb | |
2010-01-22 | add a missed library, needed for xauth | Waldemar Brodkorb | |
2010-01-22 | disable dss, fix path to xauth | Waldemar Brodkorb | |
X11 forwarding needs xauth. Package will be ported soon. Fix the path to xauth. Disable DSS, because we only use RSA hostkeys by default. This avoids a errormessage when starting dropbear. | |||
2010-01-22 | fix newpackage target, translate - to _ | Waldemar Brodkorb | |
2010-01-21 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-01-21 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-01-21 | remove comments and finetune packages. | Waldemar Brodkorb | |
pdnsd, rngd and proftpd need a init script... do not install anything to /var, because this is on /tmp aka tmpfs. Use init scripts to create missing directories or files. | |||
2010-01-21 | rewrite Makefile, remove NLS support | Waldemar Brodkorb | |
Rewrite Makefile to not use libtool. Normally upstream should deliver a libtool. Newer versions of libtool does not allow to simply use libtool to build libraries without using automake and autoconf. My Makefile rewrite is hackish, but at least I get a library and binaries. | |||
2010-01-20 | port proftpd | Phil Sutter | |