Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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 | fix $-escaping in mk/package.mk | Phil Sutter | |
Obviously a typo, since the line above the variable fn is referenced using '$$$$fn'. Escaping in templates is infernal. ;) | |||
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 | |
2010-01-20 | Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk | waldemar brodkorb | |