Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-01 | fix ipkg and ipkg tools, consolidate mdev.conf | Waldemar Brodkorb | |
cpio under macosx or bsd creates tar archives via stdin while using find . with leading ./. heirloom cpio shipped with OpenADK does remove the leading ./. Adopt ipkg busybox applet to work without ./. Fix ipkg-build to be faster and to use included cpio for inner tar creation. Dependency to GNU tar can now be dropped. | |||
2010-11-30 | fix sound on ibm x40 | Waldemar Brodkorb | |
2010-11-30 | avoid gnu tar features, use cpio instead. | Waldemar Brodkorb | |
2010-11-30 | fix kernel module dependency to kmod-leds-class | Waldemar Brodkorb | |
2010-11-30 | enable hardware profile on native configurations | Waldemar Brodkorb | |
2010-11-28 | finetune bulk targets | Waldemar Brodkorb | |
2010-11-27 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-11-27 | fix build of glibc toolchains | Waldemar Brodkorb | |
2010-11-27 | make native builds of x11 apps work | Waldemar Brodkorb | |
2010-11-26 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-11-26 | add support for imagemagick package | Waldemar Brodkorb | |
2010-11-26 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-11-26 | add preliminary DRBD support for OpenADK | Waldemar Brodkorb | |
2010-11-26 | use full path for cpio | Waldemar Brodkorb | |
2010-11-26 | implement the concept of target choice by embedded system or architecture | Waldemar 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-25 | fix for native builds | Waldemar Brodkorb | |
2010-11-25 | fix bug, f.e. glib package ignored by mistake | Waldemar Brodkorb | |
2010-11-22 | add support for r8169 ethernet driver in menu | Waldemar Brodkorb | |
2010-11-22 | use empty default for keyboard layout, rebuild when changed | Waldemar Brodkorb | |
2010-11-20 | convert to UUID; make panic-reboot-time a flag; prevent automatic fsck | Thorsten Glaser | |
note: uuid.patch currently still panics ☹ Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2010-11-19 | allow HW variable to start with hardware profile, f.e. make TARGET=x86 HW=ibmx40 | Waldemar Brodkorb | |
2010-11-18 | refresh bulk and target lists | Waldemar Brodkorb | |
2010-11-14 | consolidate x86/x86_64 support | Waldemar Brodkorb | |
use hardware profiles, instead of extra target dirs. fix dependencies. | |||
2010-11-10 | update to 2.6.36 | Waldemar Brodkorb | |
abstract version information, can be overwritten for each target. default is 2.6.36 right now. Only ibmx40 target does use it. mk/modules.mk is still problematic.. aufs2 need to be ported... | |||
2010-11-09 | quieten | Waldemar Brodkorb | |
2010-11-09 | try to fix bzr, unify python support | Waldemar Brodkorb | |
2010-11-08 | rebuild packages, when runtime vars are changed. also when rootfs is changed. | Waldemar Brodkorb | |
2010-11-07 | fix module and package name | Waldemar Brodkorb | |
2010-11-05 | fix some dependencys for pptpd, untested | Waldemar Brodkorb | |
2010-10-23 | reduce delay before mounting root on usb stick | Waldemar Brodkorb | |
2010-10-16 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
Conflicts: package/freeradius-server/Makefile package/nss/patches/patch-mozilla_security_coreconf_Linux_mk | |||
2010-10-14 | make MacOS X works as build system for most of the packages, update some ↵ | Waldemar Brodkorb | |
packages to latest stable upstream version | |||
2010-09-20 | config.split no longer used | Waldemar Brodkorb | |
2010-09-18 | target is renamed | Waldemar Brodkorb | |
2010-09-17 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
Conflicts: package/binutils/Makefile | |||
2010-09-17 | update some targets to 2.6.35.4 | Waldemar Brodkorb | |
2010-09-16 | fintune rebuild stuff, fix some warnings | Waldemar Brodkorb | |
2010-09-16 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
Conflicts: mk/kernel-build.mk package/expat/Makefile package/gettext/Makefile package/perl/Makefile package/zlib/Makefile | |||
2010-09-16 | add some native build fixes (tested on Lemote notebook) | Waldemar Brodkorb | |
- enable busybox applets needed for natvie builds - add header packages for expat and libnl - remove rtl8187b driver, use kernel included driver (needs more testing) | |||
2010-09-15 | rebuild packages on flavour or choices change | Waldemar Brodkorb | |
add new target rebuild. make cpio and pacch quiet. Use bin/tools for cpio and mkcrypt. | |||
2010-09-14 | silent config dir compile, create pkgmaker target dir earlier | Waldemar Brodkorb | |
2010-09-14 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-09-14 | replace mksh scripts with faster C programs | Waldemar Brodkorb | |
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable. | |||
2010-08-06 | some more fixes for 2.6.35 update on lemote | Waldemar Brodkorb | |
2010-08-05 | update lemote to 2.6.35, enable version specific patches for kernel-header ↵ | Waldemar Brodkorb | |
patches | |||
2010-08-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-08-01 | remove unzip dependency, use delivered cpio. some code cleanup | Waldemar Brodkorb | |
2010-08-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-08-01 | allow to execute gcc testsuite (remotely on target) | Waldemar Brodkorb | |
2010-08-01 | disable global ipv6 configuration symbol, use flavours instead | Waldemar Brodkorb | |