Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-26 | update u-boot to latest stable release | Waldemar Brodkorb | |
2015-07-26 | u-boot for BananaPro pls. check target/arm/kernel/banana-pro if ↵ | Martin Thomas | |
CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_8250_SUNXI=y make sense together Signed-off-by: Martin Thomas <mthomas@hamtam.de> | |||
2015-07-16 | fix usb install to pcengines-apu | Waldemar Brodkorb | |
2015-04-26 | add some basic banana pro support | Waldemar Brodkorb | |
2015-03-15 | add some useful bits and bytes for rpi2 support | Waldemar Brodkorb | |
2015-02-04 | simplify script, do not create package specific dirs here | Waldemar Brodkorb | |
2015-02-04 | add DT trailer to kernel for raspberry pi with dt | Waldemar Brodkorb | |
The Kernel need a trailer to be recognized as a device-tree kernel. The overlay dir is called /boot/overlays. Now my driver works fine. | |||
2015-02-02 | some device-tree overlay fixes | Waldemar Brodkorb | |
2015-01-28 | add devicetree support for raspberry pi and kernel 3.18 | Waldemar Brodkorb | |
2015-01-02 | inform the linux kernel about the new partition table. reported on solidrun ↵ | Waldemar Brodkorb | |
forum's to help. | |||
2014-12-27 | use second partition on solidrun hw. fix install script | Waldemar Brodkorb | |
2014-12-26 | use XZ instead of GZIP compression. remove old installer scripts | Waldemar Brodkorb | |
2014-12-08 | fix startup issues with kodi | Waldemar Brodkorb | |
2014-10-17 | allow to keep data filesystem on update of kodi/mpd systems via install.sh | Waldemar Brodkorb | |
2014-10-11 | append fstab info for /data | Waldemar Brodkorb | |
2014-10-07 | -q breaks mkfs.vfat, reported by joern | Waldemar Brodkorb | |
2014-10-06 | be less verbose | Waldemar Brodkorb | |
2014-10-04 | fix cleaning of partitions, output device missing. reported by joern. seems ↵ | Waldemar Brodkorb | |
to be ignored by Darwin dd. | |||
2014-09-27 | sometimes, umount(8) doesn’t do what it’s supposed to, on OSX… | Thorsten Glaser | |
2014-09-27 | create the data filesystem | Thorsten Glaser | |
2014-09-27 | generate and use a PARTUUID | Thorsten Glaser | |
2014-09-27 | auto-umount those annoying Mac OSX partitions | Thorsten Glaser | |
2014-09-27 | write a disk signature | Thorsten Glaser | |
2014-09-27 | port this to Mac OSX and various target devices, together with wbx | Thorsten Glaser | |
breaks BSD and DragonFly support (even more than it already was) and partially breaks noformat semantics; keeps -f broken | |||
2014-07-04 | add PARTUUID feature, enable other filesystems, experimental (ext4 tested on apu | Waldemar Brodkorb | |
2014-06-21 | s/TOPDIR/ADK_TOPDIR/ | Waldemar Brodkorb | |
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make | |||
2014-05-04 | fix install script | Waldemar Brodkorb | |
2014-03-14 | convert to miniconfig | Waldemar Brodkorb | |
only miniconfig is used for all targets. aranym support is still broken/experimental. 32 bit kernel support for 64 targets need to be fixed. tested on usb boot on ibm-x40 | |||
2011-12-18 | update to mksh R40d; use Link-Time Optimisation if possible | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-05-06 | add no format option | Waldemar Brodkorb | |
2011-01-01 | fix recognition of BSD stat. now busybox stat works, too. | 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-12 | ./ not needed with new cpio way | Waldemar Brodkorb | |
2010-12-11 | scripts/tar no longer required | 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-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-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-06-26 | with devtmpfs, these devices nodes are obsolete | Waldemar Brodkorb | |
2010-03-06 | use mke2fs instead of obsolete parted mkpartfs | Waldemar Brodkorb | |
2010-02-27 | use correct speed for wrap | Waldemar Brodkorb | |
2009-12-06 | update some packages, fix some kernel module dependencies | Waldemar Brodkorb | |
- update tinc, openssl and xinetd - fix openssh and dropbear coexistence - fix some kernel module load orders | |||
2009-12-04 | do not reserve 5% for root, just 1% | Waldemar Brodkorb | |