summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2011-01-12do not depend on host glib installationWaldemar Brodkorb
2011-01-10fix some files, when someone moves the top directoryWaldemar Brodkorb
2011-01-04remove obsolete -, fails otherwise on CygwinWaldemar Brodkorb
2011-01-03fix qemu targets, make them bootable againWaldemar Brodkorb
2011-01-02more make bulk fixes. sparc eglibc is broken. add special handling for qemu ↵Waldemar Brodkorb
targets
2011-01-02fix native builds, enable hardware choices. enable parallelport for ibm-x40Waldemar Brodkorb
2011-01-02Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-02make bulk fixes. fix toolchain building for sparc64/ppcWaldemar Brodkorb
2011-01-01fix recognition of BSD stat. now busybox stat works, too.Waldemar Brodkorb
2010-12-31create empty file, when using defconfig. fix make bulkWaldemar Brodkorb
2010-12-31fix native buildsWaldemar Brodkorb
2010-12-30fix some bugs, when starting with fresh checkoutWaldemar Brodkorb
2010-12-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-12-30fix startup scripts, fix stop routineWaldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar 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-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-12-13setuid bit change for Xorg/sudo at install timeWaldemar Brodkorb
2010-12-13do not check for dependenciesWaldemar 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 wayWaldemar Brodkorb
2010-12-11scripts/tar no longer requiredWaldemar Brodkorb
2010-12-02wrapper script not needed anymoreWaldemar Brodkorb
2010-12-01fix ipkg and ipkg tools, consolidate mdev.confWaldemar 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-30include some checks for native buildsWaldemar Brodkorb
2010-11-30avoid gnu tar features, use cpio instead.Waldemar Brodkorb
2010-11-26add support for imagemagick packageWaldemar Brodkorb
2010-11-21automate BSD disklabel creation; display UUID at end of the scriptThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-21add hack to be able to use /dev/svnd0c as target device on MirBSD/OpenBSDThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-20convert to UUID; make panic-reboot-time a flag; prevent automatic fsckThorsten Glaser
note: uuid.patch currently still panics ☹ Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-20gnaw… pipes are executed in subshells, so an exit has no effectThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-20] works for foo='bar' bar='b*r' but, apparently, not everythingThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-20new GRUB2 installation script, derived from MirBSD bootblocksThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-20Add 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-18optimize shuttle and ibmx40 hardware profileWaldemar Brodkorb
2010-11-17optimize build for hardware profile (x86/x86_64), optimize chroot installer ↵Waldemar Brodkorb
script
2010-11-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-14consolidate x86/x86_64 supportWaldemar Brodkorb
use hardware profiles, instead of extra target dirs. fix dependencies.
2010-11-13optimize case-sensitive filesystem checksWaldemar Brodkorb
2010-10-31rework installation scripts for block devicesWaldemar 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-22Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-10-22remove mksh install routine, add license headerWaldemar Brodkorb
2010-10-22not usedWaldemar Brodkorb
2010-10-22no longer in useWaldemar Brodkorb
2010-10-14make MacOS X works as build system for most of the packages, update some ↵Waldemar Brodkorb
packages to latest stable upstream version
2010-09-14replace mksh scripts with faster C programsWaldemar 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-02python is required for gpsd buildWaldemar Brodkorb
2010-08-01remove unzip dependency, use delivered cpio. some code cleanupWaldemar Brodkorb
2010-08-01remove debugWaldemar Brodkorb
2010-08-01add install wrapper to avoid -o/-g usageWaldemar Brodkorb
2010-08-01always make binary or library writable by the user, before trying to stripWaldemar Brodkorb
2010-08-01add autoconf to freebsd_fullWaldemar Brodkorb