Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-31 | fix dependency. finetune dropbear detection. | Waldemar Brodkorb | |
2010-01-30 | fix eglibc dev package and group alix/wrap devices | 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 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 | 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 | make them more quiet | 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 openswan compile error, again | 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-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-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 | |
2010-01-20 | port traceroute (one of those with rather messy makefiles :/) | Phil Sutter | |
2010-01-20 | port libnetfilter_queue | Phil Sutter | |
2010-01-20 | port libnfnetlink | Phil Sutter | |
2010-01-20 | port cpufrequtils (FIXME) | Phil Sutter | |
Still doesn't install, somehow libtool messes things up. Looks a bit like we have to deliver our own, cross-compiled libbtool sooner or later. | |||
2010-01-20 | port tptest | Phil Sutter | |
2010-01-20 | port pdnsd | Phil Sutter | |
2010-01-20 | port rng-tools | Phil Sutter | |
2010-01-20 | port findutils | Phil Sutter | |