Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-01 | fix ppp for non nas devices | Waldemar Brodkorb | |
2010-07-01 | add the ability to add a ssh pubkey via menu | Waldemar Brodkorb | |
2010-06-29 | add package flavours, fix unused stuff | Waldemar Brodkorb | |
2010-06-29 | just mount rootfs read-write for needed subcommands | Waldemar Brodkorb | |
2010-06-29 | fix ipkg files output | Waldemar Brodkorb | |
2010-06-29 | optimize ipkg package management | Waldemar Brodkorb | |
ipkg will automatically mount the normal read-only rootfs as read-write and after the command back to read-only. ipkg install/remove/upgrades are only supported for compact disk or disk based systems. On flash systems better reflash completely. make a kernel package containing the real kernel. Adjust ipkg.conf to contain a configurable server adress. | |||
2010-06-29 | update to latest upstream version | Waldemar Brodkorb | |
2010-06-29 | rename package name | Waldemar Brodkorb | |
2010-06-29 | security update to latest stable upstream version | Waldemar Brodkorb | |
2010-06-28 | boot into rescue mode, when button is pressed once | Waldemar Brodkorb | |
2010-06-28 | implement rescue mode installation via -r | Waldemar Brodkorb | |
if you have an alix board and like to have a fallback safemode system, you can use adkinstall with -r and install a kernel with initramfs as a read-only never changing rescue image. Grub will then installed on the same rescue partition on the compact flash card, to avoid a broken system after grub upgrade. System should always come up with the rescue system without any dependency to the live system. | |||
2010-06-28 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-06-28 | fix busybox rebuild issue, simplify target Makefiles | Waldemar Brodkorb | |
2010-06-26 | fix cross-compile | Waldemar Brodkorb | |
2010-06-26 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-06-26 | grub: add needed stuff for static build and busybox grep | Waldemar Brodkorb | |
2010-06-26 | update to latest grub (binary package) | Waldemar Brodkorb | |
2010-06-26 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-06-26 | finetune kernel configuration, enable initramfs rootfs and enable reset button | Waldemar 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-26 | update grub source package to latest upstream version | Waldemar Brodkorb | |
2010-06-22 | fix package names and package flavour dependencies | Waldemar 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-20 | Merge branch 'upstream' | Waldemar Brodkorb | |
2010-06-20 | fix broken output in log | Waldemar Brodkorb | |
2010-06-20 | update to latest upstream | Waldemar Brodkorb | |
2010-06-20 | disable opengl, add extra-flags | Waldemar Brodkorb | |
2010-06-20 | fix runtime dependency | Waldemar Brodkorb | |
2010-06-20 | libXi: minor fixup (use MASTER_SITE_SOURCEFORGE and PKG_NAME) | Phil Sutter | |
2010-06-20 | xorg-server: fix dri dependencies | Phil 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-20 | pkgmaker: warn on unreachable dependency | Phil 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-20 | port fluxbox and it's (optional) dependency imlib2 | Phil Sutter | |
2010-06-20 | fonts: hack font-util so I can compile font-misc-misc | Phil Sutter | |
2010-06-20 | alsa-utils: add flavour for alsamixer | Phil Sutter | |
2010-06-20 | mplayer: add DirectFB video out flavour | Phil Sutter | |
2010-06-20 | port qingy and it's dependencies DirectFB and libXScrnSaver | Phil Sutter | |
2010-06-20 | do not use ${INSTALL_BIN} for libraries | Phil 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-20 | port xvinfo | Phil Sutter | |
2010-06-20 | libdrm: add lemote specific fixes | Phil Sutter | |
2010-06-20 | xorg-server: enable glx along with dri | Phil Sutter | |
2010-06-20 | MesaLib: add glxinfo and glxgears subpackages | Phil 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-20 | MesaLib: enable for lemote | Phil Sutter | |
No render support for siliconmotion, so use swraster driver. Also the obligatory SAREA fix is needed here. | |||
2010-06-20 | libXaw: fix wildcard ('?' must be non-empty) | Phil Sutter | |
2010-06-20 | port xterm | Phil Sutter | |
2010-06-20 | libXaw: fix PKG_template invocation | Phil 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-20 | xinit: fix dependency, xinit needs xauth | Phil Sutter | |
2010-06-20 | asterisk-sounds: do not install useless files | Phil 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-20 | asterisk: default astdatadir to /usr/lib/asterisk | Phil 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-20 | grub-bin: set same section as grub | Phil Sutter | |
2010-06-20 | make tmpfs size configurable via /etc/tmpfs | Waldemar Brodkorb | |
2010-06-18 | update to latest svn version, enable v4l2 for lemote webcam | Waldemar Brodkorb | |
2010-06-16 | fix renamed package names | Waldemar Brodkorb | |