Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-08 | add qemu-mips64el, show multilib support only for 64 bit systems | Waldemar Brodkorb | |
2012-09-23 | disable ld.so debug output | Waldemar Brodkorb | |
2012-09-21 | refresh configs | Waldemar Brodkorb | |
2012-09-21 | update uClibc to 0.9.33.2 | Waldemar Brodkorb | |
2012-09-20 | add basic support for qemu-mips64 | Waldemar Brodkorb | |
2012-08-18 | use create.sh as non-root | Waldemar Brodkorb | |
2012-07-30 | refresh kernel config, verified on qemu-mipsel with 3.5 | Waldemar Brodkorb | |
2012-06-02 | remove wrong symbol | Waldemar Brodkorb | |
2012-03-20 | no configurable pci slot in a lemote yeelong | Waldemar Brodkorb | |
2012-03-13 | add comment about booting | Waldemar Brodkorb | |
2012-01-17 | make broadcom devices work with selfrelocatable bootloader (even Asus WL500gp) | Waldemar Brodkorb | |
2012-01-15 | mk/image.mk: improve and simplify initramfs generation | Phil Sutter | |
Using the kernel tools is a lot better than calling cpio ourselfs, as this way we can have it create device nodes for us. So no need to reopen /dev/console and things like that. While here, fix also initramfs compression (untested), as in my experience the kernel drops all symbols regarding compression from it's .config in the first compile phase. Probably one should make the actual compression algorithm configurable (and ideally depending on what the kernel supports for the given architecture). This is a rough hack based on what I'm using in the custom viprinux build file, so something like this is already running somewhere. ;) | |||
2012-01-09 | update to 3.1.8, add lzma-loader for brcm47xx, kernel stuff + patches does ↵ | Waldemar Brodkorb | |
not work on Asus WL500gp | |||
2011-10-11 | add help for network boot | Waldemar Brodkorb | |
2011-08-30 | fix network config for qemu-mips | Waldemar Brodkorb | |
2011-08-29 | set pagesize to 4 kb for qemu | Waldemar Brodkorb | |
2011-08-24 | sync patch with OpenWrt, combine both targets (rb411/rb433) | Waldemar Brodkorb | |
2011-08-22 | fix the help for usb boot, root= is required for now | Waldemar Brodkorb | |
2011-08-05 | activate fts in uClibc | Waldemar Brodkorb | |
2011-06-12 | update default kernel to 2.6.39 | Waldemar Brodkorb | |
2011-05-15 | fix bulktoolchain target | Waldemar Brodkorb | |
2011-05-09 | make bulk fixes | Waldemar Brodkorb | |
2011-05-05 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-05-05 | fix lemote target | Waldemar Brodkorb | |
2011-05-05 | add kernel-install for fon target | Waldemar Brodkorb | |
2011-04-29 | rework toolchain only option | Waldemar Brodkorb | |
2011-04-28 | add sections for rb4xx | Waldemar Brodkorb | |
2011-04-26 | add model support for broadcom devices | Waldemar Brodkorb | |
2011-04-26 | fix parallel build, readd squashfs/cf fs targets for mips | Waldemar Brodkorb | |
2011-04-26 | make arm/mips architectures more configurable in a simpler way | Waldemar Brodkorb | |
2011-04-12 | add basic support for Fonera devices (nfsroot) via OpenWrt/FreeWRT kernel ↵ | Waldemar Brodkorb | |
patches | |||
2011-02-01 | needed for gdb | Waldemar Brodkorb | |
2011-01-05 | update mips qemu targets. 64 Bit kernels still does not boot completely | Waldemar Brodkorb | |
2011-01-03 | fix qemu targets, make them bootable again | Waldemar Brodkorb | |
2011-01-02 | make bulk fixes. fix toolchain building for sparc64/ppc | Waldemar Brodkorb | |
2010-12-31 | should be without path, just the name of the kernel | Waldemar Brodkorb | |
2010-12-31 | fix native builds | 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-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-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. |