summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2010-11-26add new package sudoWaldemar Brodkorb
2010-11-26Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-26add support for imagemagick packageWaldemar Brodkorb
2010-11-26Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-26add preliminary DRBD support for OpenADKWaldemar Brodkorb
2010-11-26change defaults, enable more tr featuresWaldemar Brodkorb
2010-11-26implement the concept of target choice by embedded system or architectureWaldemar Brodkorb
you can now choose between specific embedded systems like PC Engines ALIX boards, Foxboard, .. or between generic architecture support like x86, x86_64, mips, ... This does reduce the overhead of duplicate configuration files in target directory. Now qemu, toolchain and ibm x40 support is combined in one target directory target/x86. Distinguishing between hardware profiles happens via menu based configuration. (CPU choice for kernel, CFLAGS for package building, ..). We will see if this is the right direction.
2010-11-26add new package for xrdbWaldemar Brodkorb
2010-11-25fix firefox build, update sqlite dependencyWaldemar Brodkorb
2010-11-25add xsetroot packageWaldemar Brodkorb
2010-11-25first setup cfgfs, then mount all other volumes, otherwise fstab is ignoredWaldemar Brodkorb
2010-11-25rename package name to avoid ipkg warning and fix dependencyWaldemar Brodkorb
2010-11-25respect hardware profile for ibm x40Waldemar Brodkorb
2010-11-25update to latest upstream versionWaldemar Brodkorb
2010-11-25add setxkbmap to set keyboard layouts under xorgWaldemar Brodkorb
2010-11-25make intel driver work on ibm x40Waldemar Brodkorb
- add kernel support for AGP/DRM/KMS - update intel driver - fix MesaLib (add the correct driver)
2010-11-23change defaultsWaldemar Brodkorb
2010-11-23fix package archive, update to latest upstreamWaldemar Brodkorb
2010-11-23install symlinks for glibc-dev package, do not install libnsl for nowWaldemar Brodkorb
2010-11-23add runtime option for inittab configurationWaldemar Brodkorb
2010-11-23Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-23avoid gnu tar warnings in cfgfsWaldemar Brodkorb
2010-11-23install bits/syscall.h manuallyWaldemar Brodkorb
2010-11-23add preliminary support for a new hardware profile for OVH.net iscsi serverWaldemar Brodkorb
- add open-iscsi package - add a hardware profile for x86_64 target architecture - add CPU support for x86/x86_64 targets for hardware profiles
2010-11-22use empty default for keyboard layout, rebuild when changedWaldemar Brodkorb
2010-11-22Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-22fix mirror addressWaldemar Brodkorb
2010-11-22add support for keyboard layout as a runtime optionWaldemar Brodkorb
2010-11-22enable cfgfs for x86/x86_64 targetsWaldemar Brodkorb
fix a bug, where the wrong cfgfs partition was used, when more than one cfgfs partition is available. Always use the cfgfs partition from the block device, the system is booted.
2010-11-22use ADK_HW for target hardware profile informationWaldemar Brodkorb
2010-11-21use linux for TERMWaldemar Brodkorb
2010-11-20avoid warning, when already mounted by kernelWaldemar Brodkorb
2010-11-20unbreak on MirBSD (and, possibly, OpenBSD)Thorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-20replace distfile with one that has usr/share/grub-bin/core.imgThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-19remove unresolvable dependencyWaldemar Brodkorb
2010-11-18convert qemu for x86/x86_64 to hardware profilesWaldemar Brodkorb
2010-11-14consolidate x86/x86_64 supportWaldemar Brodkorb
use hardware profiles, instead of extra target dirs. fix dependencies.
2010-11-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-13unify alix supportWaldemar Brodkorb
add hardware profiles for 3 alix boards, but use the same toolchain for all of them. This is just better for maintenance purpose. delete old targets.
2010-11-12updates and build fixes for a lot of packagesWaldemar Brodkorb
compiled for ibmx40 with eglibc.
2010-11-10fix my broken commit, remount not requiredWaldemar Brodkorb
2010-11-09try to fix bzr, unify python supportWaldemar Brodkorb
2010-11-08cross-compile under MacOS XWaldemar Brodkorb
2010-11-08Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-08killall is not included upstream, remove ash script. update to latest upstreamWaldemar Brodkorb
2010-11-08update and fix module building, explicit install filesWaldemar Brodkorb
2010-11-08safe one lineWaldemar Brodkorb
2010-11-08GRE is required for PPTPWaldemar Brodkorb
2010-11-08check before calling ifdown if config existWaldemar Brodkorb
2010-11-07fix cross-compileWaldemar Brodkorb