summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2010-07-05add menu based configuration of a passwordWaldemar Brodkorb
2010-07-02startup uvd very lateWaldemar Brodkorb
2010-07-02kill crond before trying to umount /etcWaldemar Brodkorb
2010-07-02even when vim is choosen, activate vi, f.e. crontab -e needs itWaldemar Brodkorb
2010-07-02fix daemon modeWaldemar Brodkorb
2010-07-02check exit codeWaldemar Brodkorb
2010-07-02implement a dumb mode for offline serversWaldemar Brodkorb
use -i to activate.
2010-07-02add a small udp based daemonWaldemar Brodkorb
2010-07-02use pkill instead of pidofWaldemar Brodkorb
2010-07-01do not install resolv.conf symlinkWaldemar Brodkorb
all productive targets use cfgfs, with a /etc on tmpfs, so no need for this symlink. Users of extra dir can now provide their own resolv.conf copy. dhcp and ppp users shouldn't care about this change.
2010-07-01fix ppp for non nas devicesWaldemar Brodkorb
2010-07-01add the ability to add a ssh pubkey via menuWaldemar Brodkorb
2010-06-29add package flavours, fix unused stuffWaldemar Brodkorb
2010-06-29just mount rootfs read-write for needed subcommandsWaldemar Brodkorb
2010-06-29fix ipkg files outputWaldemar Brodkorb
2010-06-29optimize ipkg package managementWaldemar 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-29update to latest upstream versionWaldemar Brodkorb
2010-06-29rename package nameWaldemar Brodkorb
2010-06-29security update to latest stable upstream versionWaldemar Brodkorb
2010-06-28boot into rescue mode, when button is pressed onceWaldemar Brodkorb
2010-06-28implement rescue mode installation via -rWaldemar 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-28Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-06-28fix busybox rebuild issue, simplify target MakefilesWaldemar Brodkorb
2010-06-26fix cross-compileWaldemar Brodkorb
2010-06-26Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-06-26grub: add needed stuff for static build and busybox grepWaldemar Brodkorb
2010-06-26update to latest grub (binary package)Waldemar Brodkorb
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.