summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2010-06-26Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-06-26finetune kernel configuration, enable initramfs rootfs and enable reset buttonWaldemar Brodkorb
alix2d has a reset button, which might be used to startup a rescue system or anything you think about. add a small daemon from ipcop forum to implement this. See: http://www.ipcop-forum.de/forum/viewtopic.php?f=7&t=19183&hilit=alixswitch&start=30 finetune kernel configuration, enable MFGPT timers. Disable unsupported MTRR. Enable watchdog. Enable initramfs and initramfs+piggyback for alix targets.
2010-06-26update grub source package to latest upstream versionWaldemar Brodkorb
2010-06-22fix package names and package flavour dependenciesWaldemar Brodkorb
ipkg does not allow package names with uppercase, so revert some of phil changes. dependency handling of package flavours were broken, because of a chicken and egg problem. implement a new variable (PKGFS_XXX) containing flavour dependent package dependencies.
2010-06-20Merge branch 'upstream'Waldemar Brodkorb
2010-06-20fix broken output in logWaldemar Brodkorb
2010-06-20update to latest upstreamWaldemar Brodkorb
2010-06-20disable opengl, add extra-flagsWaldemar Brodkorb
2010-06-20fix runtime dependencyWaldemar Brodkorb
2010-06-20libXi: minor fixup (use MASTER_SITE_SOURCEFORGE and PKG_NAME)Phil Sutter
2010-06-20xorg-server: fix dri dependenciesPhil Sutter
These *proto packages may be used as PKG_BUILDDEP only, as they actually don't define a real package (missing PKG_template in Makefile). This wasn't a fatal bug, just pkgmaker complaining about it.
2010-06-20pkgmaker: warn on unreachable dependencyPhil Sutter
This is what actually should have happened whenever you saw 'cannot open $() input' error message, which was quite useless when it comes to tracking the source of the error down.
2010-06-20port fluxbox and it's (optional) dependency imlib2Phil Sutter
2010-06-20fonts: hack font-util so I can compile font-misc-miscPhil Sutter
2010-06-20alsa-utils: add flavour for alsamixerPhil Sutter
2010-06-20mplayer: add DirectFB video out flavourPhil Sutter
2010-06-20port qingy and it's dependencies DirectFB and libXScrnSaverPhil Sutter
2010-06-20do not use ${INSTALL_BIN} for librariesPhil Sutter
Better use ${CP}, as ${INSTALL_BIN} follows the symlinks and therefore creates duplicate files. While here, also fix the build-deps of libXfixes.
2010-06-20port xvinfoPhil Sutter
2010-06-20libdrm: add lemote specific fixesPhil Sutter
2010-06-20xorg-server: enable glx along with driPhil Sutter
2010-06-20MesaLib: add glxinfo and glxgears subpackagesPhil Sutter
As these xdemos reside in their own package but without the necessary infrastructure (this config thingy), I've created a patch from the addon-package.
2010-06-20MesaLib: enable for lemotePhil Sutter
No render support for siliconmotion, so use swraster driver. Also the obligatory SAREA fix is needed here.
2010-06-20libXaw: fix wildcard ('?' must be non-empty)Phil Sutter
2010-06-20port xtermPhil Sutter
2010-06-20libXaw: fix PKG_template invocationPhil Sutter
For the sake of simplicity, we should stick to ${PKG_NAME} here, not the hard-coded lower-case variant of it. This way one has to stick to the original casing of the package name when specifying as dependency, but that's in fact more straight forward than always having to lookup the PKG_template invocation in question.
2010-06-20xinit: fix dependency, xinit needs xauthPhil Sutter
2010-06-20asterisk-sounds: do not install useless filesPhil Sutter
Still leave that sounds.xml in there, as I'm not sure what it is for. And besides, with 5k of plain text size it shouldn't hurt too much if you already have space for the sounds package. :)
2010-06-20asterisk: default astdatadir to /usr/lib/asteriskPhil Sutter
This is needed in order for asterisk to find the sound files we provide (and I found adding a symlink from the sounds dir to /var/lib/asterisk/ being just too ugly). As it changes only the default configuration, I guess this is fine without increasing PKG_RELEASE.
2010-06-20grub-bin: set same section as grubPhil Sutter
2010-06-20make tmpfs size configurable via /etc/tmpfsWaldemar Brodkorb
2010-06-18update to latest svn version, enable v4l2 for lemote webcamWaldemar Brodkorb
2010-06-16fix renamed package namesWaldemar Brodkorb
2010-06-16add webcam and wireless-tools support for lemoteWaldemar Brodkorb
2010-06-16fix varios ipkg issuesWaldemar Brodkorb
2010-06-16package section adjustment (also of a subpackage)Phil Sutter
2010-06-15do not choose busybox ar, when binutils is choosenWaldemar Brodkorb
2010-06-15do not install html error pages for all languagesWaldemar Brodkorb
2010-06-15install librariesWaldemar Brodkorb
2010-06-15update to latest upstream versionWaldemar Brodkorb
2010-06-15update to latest upstream versionWaldemar Brodkorb
2010-06-15update to latest upstream versionWaldemar Brodkorb
2010-06-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-06-14fix compile issueWaldemar Brodkorb
2010-06-14fix init script, prevent autostartWaldemar Brodkorb
2010-06-14update to latest upstreamWaldemar Brodkorb
2010-06-14port dillo and all needed requirements (part2)Waldemar Brodkorb
2010-06-14port dillo and all needed requirementsWaldemar Brodkorb
2010-06-14fix package version, when eglibc choosenWaldemar Brodkorb
2010-06-14setuid bit for Xorg is needed, when normal user uses startxWaldemar Brodkorb