summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
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 openswan compile error, againWaldemar 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-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
2010-01-22disable dss, fix path to xauthWaldemar 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-21Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-01-21remove 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-21rewrite Makefile, remove NLS supportWaldemar 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-20port proftpdPhil Sutter
2010-01-20port traceroute (one of those with rather messy makefiles :/)Phil Sutter
2010-01-20port libnetfilter_queuePhil Sutter
2010-01-20port libnfnetlinkPhil Sutter
2010-01-20port 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-20port tptestPhil Sutter
2010-01-20port pdnsdPhil Sutter
2010-01-20port rng-toolsPhil Sutter
2010-01-20port findutilsPhil Sutter
2010-01-20fix allmodconfig for foxboardwaldemar brodkorb
2010-01-20Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadkwaldemar brodkorb
2010-01-20usbutils needs libusb-compat and libpthreadPhil Sutter
The later dependency is implicitly met at built-time (due to it being provided by the libc), but still needed at run-time.
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-19add tslib packageWaldemar Brodkorb
touchscreen suppport for SDL and Linux Framebuffer. Unfortunately it does not work with my Faytech TFT touchscreen display.
2010-01-16i need to use eval, fix broken update scriptWaldemar Brodkorb
2010-01-16add sdl-image and fix dependencies for sdlWaldemar Brodkorb