Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-26 | fix usb module loading for 3.x kernels, add GCM support | Waldemar Brodkorb | |
2012-07-25 | add KALLSYMS option | Waldemar Brodkorb | |
2012-07-24 | refresh kernel config, set hostname | Waldemar Brodkorb | |
2012-07-24 | fix path to file | Waldemar Brodkorb | |
2012-07-24 | update to latest linux kernels, remove old ones | Waldemar Brodkorb | |
2012-07-18 | fix cris build | Waldemar Brodkorb | |
2012-07-16 | add support for m68k toolchain/qemu | Waldemar Brodkorb | |
2012-07-11 | use genext2fs on MacOS X to create qemu images | Waldemar Brodkorb | |
2012-06-29 | update to 3.4.4 | Waldemar Brodkorb | |
2012-06-18 | fix build bug, reported by Tobias | Waldemar Brodkorb | |
2012-06-18 | fix build error | Waldemar Brodkorb | |
2012-06-15 | not required anymore | Waldemar Brodkorb | |
2012-06-15 | add support for newest kernels | Waldemar Brodkorb | |
2012-06-12 | some brcm patches for newer kernels | Waldemar Brodkorb | |
2012-06-02 | remove wrong symbol | Waldemar Brodkorb | |
2012-06-02 | make XZ working for old kernel | Waldemar Brodkorb | |
2012-06-02 | update to latest stable kernels | Waldemar Brodkorb | |
2012-04-07 | fix trace output on alix1c, from OpenWrt | Waldemar Brodkorb | |
2012-04-03 | lemote addons, like pdf viewer | Waldemar Brodkorb | |
2012-03-28 | enable wireless on boot | Waldemar Brodkorb | |
2012-03-21 | enable initramfs building for mips | Waldemar Brodkorb | |
2012-03-20 | allconfig fixes for lemote yeelong | Waldemar Brodkorb | |
2012-03-20 | new kernels | Waldemar Brodkorb | |
2012-03-20 | no configurable pci slot in a lemote yeelong | Waldemar Brodkorb | |
2012-03-16 | fix usb module loading for 3.2.10 | Waldemar Brodkorb | |
2012-03-13 | update kernel dirs | Waldemar Brodkorb | |
2012-03-13 | add comment about booting | Waldemar Brodkorb | |
2012-03-12 | enable usb boot for shuttle | Waldemar Brodkorb | |
2012-02-26 | update kernel versions | Waldemar Brodkorb | |
2012-02-17 | choose kernel for toolchain only builds | Waldemar Brodkorb | |
2012-01-29 | update kernel versions to latest upstream | Waldemar Brodkorb | |
2012-01-18 | add patches for newer kernel versions for brcm support | Waldemar Brodkorb | |
2012-01-17 | enable LZMA/BZIP2/LZO support for brcm, enable other flash types which ↵ | Waldemar Brodkorb | |
allows booting on Asus WL500gp with LZMA kernel (size 1.8 mb incl. base image) | |||
2012-01-17 | make broadcom devices work with selfrelocatable bootloader (even Asus WL500gp) | Waldemar Brodkorb | |
2012-01-15 | update Linux kernels, add support for compression choice | Waldemar Brodkorb | |
2012-01-15 | kernel patches | Waldemar Brodkorb | |
2012-01-15 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | 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-15 | add 3.2.x support | Waldemar Brodkorb | |
2012-01-15 | target/x86_64/Makefile: fix blocking typo | Phil Sutter | |
2012-01-14 | add support for 64bit kernels on supporting targets | Phil Sutter | |
This is more commonly known as 32bit userland support on 64bit architectures. For simplicity's sake though, this implementation works the other way round: just build a 64bit-able linker and compiler, but no 64bit-libraries at all (i.e., no multilib). This is then just enough to compile a 64bit kernel, as that doesn't link to anything. The alternative would have been to build a native 64bit compiler with multilib-support in order to cross-compile a 32bit userland, resulting in a multilib system without need for it. In order to allow compilation of a 64bit kernel for a given target system, have it select ADK_TARGET_KERNEL_MAY_64BIT. Upon selection of that target, the symbol ADK_64BIT_KERNEL will occur in the "Global settings" menu. Since certain aspects of the 64bit kernel .config may greatly differ from it's 32bit counterpart, it has to be shipped separately: target/<arch>/kernel64.config is the place to be. Conflicts: target/Makefile toolchain/gcc/Makefile Untested, due to conflicts (original patch conflicts with multiple kernel version support). | |||
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-12-20 | update to 3.1.5 | Waldemar Brodkorb | |
2011-12-18 | avr32 workarounds | Waldemar Brodkorb | |
2011-12-05 | misc fixes, new package ed and mailutils | Waldemar Brodkorb | |
2011-12-04 | add fastcgi | Waldemar Brodkorb | |
2011-12-03 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-12-03 | add postfix | Waldemar Brodkorb | |
2011-12-03 | add vpn-client package collection | Waldemar Brodkorb | |
2011-12-03 | add package collection for openvpn server | Waldemar Brodkorb | |