summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2012-07-11use genext2fs on MacOS X to create qemu imagesWaldemar Brodkorb
2012-06-29update to 3.4.4Waldemar Brodkorb
2012-06-18fix build bug, reported by TobiasWaldemar Brodkorb
2012-06-18fix build errorWaldemar Brodkorb
2012-06-15not required anymoreWaldemar Brodkorb
2012-06-15add support for newest kernelsWaldemar Brodkorb
2012-06-12some brcm patches for newer kernelsWaldemar Brodkorb
2012-06-02remove wrong symbolWaldemar Brodkorb
2012-06-02make XZ working for old kernelWaldemar Brodkorb
2012-06-02update to latest stable kernelsWaldemar Brodkorb
2012-04-07fix trace output on alix1c, from OpenWrtWaldemar Brodkorb
2012-04-03lemote addons, like pdf viewerWaldemar Brodkorb
2012-03-28enable wireless on bootWaldemar Brodkorb
2012-03-21enable initramfs building for mipsWaldemar Brodkorb
2012-03-20allconfig fixes for lemote yeelongWaldemar Brodkorb
2012-03-20new kernelsWaldemar Brodkorb
2012-03-20no configurable pci slot in a lemote yeelongWaldemar Brodkorb
2012-03-16fix usb module loading for 3.2.10Waldemar Brodkorb
2012-03-13update kernel dirsWaldemar Brodkorb
2012-03-13add comment about bootingWaldemar Brodkorb
2012-03-12enable usb boot for shuttleWaldemar Brodkorb
2012-02-26update kernel versionsWaldemar Brodkorb
2012-02-17choose kernel for toolchain only buildsWaldemar Brodkorb
2012-01-29update kernel versions to latest upstreamWaldemar Brodkorb
2012-01-18add patches for newer kernel versions for brcm supportWaldemar Brodkorb
2012-01-17enable 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-17make broadcom devices work with selfrelocatable bootloader (even Asus WL500gp)Waldemar Brodkorb
2012-01-15update Linux kernels, add support for compression choiceWaldemar Brodkorb
2012-01-15kernel patchesWaldemar Brodkorb
2012-01-15Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2012-01-15mk/image.mk: improve and simplify initramfs generationPhil 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-15add 3.2.x supportWaldemar Brodkorb
2012-01-15target/x86_64/Makefile: fix blocking typoPhil Sutter
2012-01-14add support for 64bit kernels on supporting targetsPhil 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-09update to 3.1.8, add lzma-loader for brcm47xx, kernel stuff + patches does ↵Waldemar Brodkorb
not work on Asus WL500gp
2011-12-20update to 3.1.5Waldemar Brodkorb
2011-12-18avr32 workaroundsWaldemar Brodkorb
2011-12-05misc fixes, new package ed and mailutilsWaldemar Brodkorb
2011-12-04add fastcgiWaldemar Brodkorb
2011-12-03Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-12-03add postfixWaldemar Brodkorb
2011-12-03add vpn-client package collectionWaldemar Brodkorb
2011-12-03add package collection for openvpn serverWaldemar Brodkorb
2011-12-02remove ocf support, broken in my setupWaldemar Brodkorb
2011-12-01refresh linux kernelsWaldemar Brodkorb
2011-11-10update to latest stable kernelsWaldemar Brodkorb
2011-11-04move mkimage build to toplevel tools directory, required for avr32 kernel buildWaldemar Brodkorb
2011-10-19make virsh, virt-install and kvm usable on shuttle pcWaldemar Brodkorb
2011-10-17add default change patchWaldemar Brodkorb
2011-10-17add ocf patch again and make swap option visibleWaldemar Brodkorb