Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-02 | fix native builds, enable hardware choices. enable parallelport for ibm-x40 | Waldemar Brodkorb | |
2011-01-02 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-02 | make bulk fixes. fix toolchain building for sparc64/ppc | Waldemar Brodkorb | |
2011-01-01 | fix recognition of BSD stat. now busybox stat works, too. | Waldemar Brodkorb | |
2010-12-31 | create empty file, when using defconfig. fix make bulk | Waldemar Brodkorb | |
2010-12-31 | fix native builds | Waldemar Brodkorb | |
2010-12-30 | fix some bugs, when starting with fresh checkout | Waldemar Brodkorb | |
2010-12-30 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-12-30 | fix startup scripts, fix stop routine | Waldemar Brodkorb | |
2010-12-30 | rework architecture / embedded systems concept | Waldemar Brodkorb | |
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;) | |||
2010-12-13 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-12-13 | setuid bit change for Xorg/sudo at install time | Waldemar Brodkorb | |
2010-12-13 | do not check for dependencies | Waldemar Brodkorb | |
this drastly reduces install time to fake root directory from 68 minutes to 3 minutes on my system. We use the ipkg applet on target, so this change should be harmful. | |||
2010-12-12 | ./ not needed with new cpio way | Waldemar Brodkorb | |
2010-12-11 | scripts/tar no longer required | Waldemar Brodkorb | |
2010-12-02 | wrapper script not needed anymore | Waldemar Brodkorb | |
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 | include some checks for native builds | Waldemar Brodkorb | |
2010-11-30 | avoid gnu tar features, use cpio instead. | Waldemar Brodkorb | |
2010-11-26 | add support for imagemagick package | Waldemar Brodkorb | |
2010-11-21 | automate BSD disklabel creation; display UUID at end of the script | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2010-11-21 | add hack to be able to use /dev/svnd0c as target device on MirBSD/OpenBSD | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
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-20 | gnaw… pipes are executed in subshells, so an exit has no effect | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2010-11-20 | ] works for foo='bar' bar='b*r' but, apparently, not everything | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2010-11-20 | new GRUB2 installation script, derived from MirBSD bootblocks | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2010-11-20 | Add self-installing MirBSD bootblocks for loading GNU GRUB2. | Thorsten Glaser | |
Source : mircvs://src/sys/arch/i386/stand/bootxx/ CVSROOT: _anoncvs@anoncvs.mirbsd.org:/cvs (CVS_RSH=ssh) CVSWEB : https://www.mirbsd.org/cvs.cgi/ Compiled with: make BOOT_TYPE=grub Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2010-11-18 | optimize shuttle and ibmx40 hardware profile | Waldemar Brodkorb | |
2010-11-17 | optimize build for hardware profile (x86/x86_64), optimize chroot installer ↵ | Waldemar Brodkorb | |
script | |||
2010-11-14 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-11-14 | consolidate x86/x86_64 support | Waldemar Brodkorb | |
use hardware profiles, instead of extra target dirs. fix dependencies. | |||
2010-11-13 | optimize case-sensitive filesystem checks | Waldemar Brodkorb | |
2010-10-31 | rework installation scripts for block devices | Waldemar Brodkorb | |
Avoid sfdisk, parted and chroot to be more portable. Compile Host grub in target/tools, only used for ibmx40 target right now. Add pt - partition table manager from OpenWrt with some additions and portability fixes. Cfgfs support missing, coming soon. | |||
2010-10-22 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-10-22 | remove mksh install routine, add license header | Waldemar Brodkorb | |
2010-10-22 | not used | Waldemar Brodkorb | |
2010-10-22 | no longer in use | Waldemar Brodkorb | |
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-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-02 | python is required for gpsd build | Waldemar Brodkorb | |
2010-08-01 | remove unzip dependency, use delivered cpio. some code cleanup | Waldemar Brodkorb | |
2010-08-01 | remove debug | Waldemar Brodkorb | |
2010-08-01 | add install wrapper to avoid -o/-g usage | Waldemar Brodkorb | |
2010-08-01 | always make binary or library writable by the user, before trying to strip | Waldemar Brodkorb | |
2010-08-01 | add autoconf to freebsd_full | Waldemar Brodkorb | |
2010-07-30 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-07-30 | automake needs autoconf, autoconf needs m4 | Waldemar Brodkorb | |
2010-07-30 | add openbsd function | Waldemar Brodkorb | |
2010-07-30 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-07-30 | fix build on FreeBSD host | Waldemar Brodkorb | |