summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-22fix newpackage target, translate - to _Waldemar Brodkorb
2010-01-21Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
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-20fix $-escaping in mk/package.mkPhil Sutter
Obviously a typo, since the line above the variable fn is referenced using '$$$$fn'. Escaping in templates is infernal. ;)
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-20Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadkwaldemar brodkorb
2010-01-20fix allmodconfig for foxboardwaldemar brodkorb
2010-01-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-01-20update uclibc soonWaldemar Brodkorb
2010-01-20update some meta dataWaldemar Brodkorb
2010-01-20add a thank you file for contributorsWaldemar 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-20improve makefile dependencies for depmaker/pkgmaker runsPhil Sutter
In a built clone, whenever I change any package/*/Makefile, depmaker and pkgmaker need to be run again. Before, depmaker wasn't run again as long as ${TOPDIR}/.config wasn't touched (which is in fact unused by depmaker and therefore probably a wrong dependency), pkgmaker wasn't run as long as .menu existed (which now has to be newer than any of the above Makefiles). While here, this patch also fixes a small whitespace error.
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-16enable LED support for alix2d modelsWaldemar Brodkorb
2010-01-16fix target usb dependencyWaldemar Brodkorb
2010-01-16i need to use eval, fix broken update scriptWaldemar Brodkorb
2010-01-16add sdl-image and fix dependencies for sdlWaldemar Brodkorb
2010-01-16add make dep shortcutWaldemar Brodkorb
now you can use make dep menu menuconfig, if you change any PKG_DEPENDS or PKG_BUILDDEPS
2010-01-15CUPS patch for build on 64-bit host systemJoerg Seitter
changed lib64 into lib Signed-off-by: Joerg Seitter <oss@seitter.net>
2010-01-15make ag241 allmodconfig compileWaldemar Brodkorb
2010-01-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-01-13fix ag241 buildWaldemar Brodkorb
2010-01-13added LED support for AlixJoerg Seitter
added alix led driver and led trigger for heartbeat, timer, default-on and iptables LED target Signed-off-by: Joerg Seitter <oss@seitter.net>
2010-01-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-01-13fix ag241 compile. add target dependent package selections.Waldemar Brodkorb
2010-01-13fix cross-compile for uClibcWaldemar Brodkorb
2010-01-13fix compile on cygwinWaldemar Brodkorb
2010-01-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-01-11Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-01-11fix make distclean, when no .config exitWaldemar Brodkorb
2010-01-10add libSDL packageWaldemar Brodkorb