summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)Author
2012-02-29add correct checksumWaldemar Brodkorb
2012-02-26Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2012-02-26update kernel versionsWaldemar Brodkorb
2012-02-22use bashWaldemar Brodkorb
2012-02-17choose kernel for toolchain only buildsWaldemar Brodkorb
2012-01-29update kernel versions to latest upstreamWaldemar Brodkorb
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-15fix initramfs generation on Darwin with a small find wrapperWaldemar 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-15Allow leaving /etc as untouched as possiblePhil Sutter
For customized setups, it's hard to control what files get installed into /etc since in addition to the base-files package, any other package may install a sample config. When two packages provide the same file, which one of them makes it into the image depends on the order of them being installed. Solving this problem is not as trivial, as there are packages which must be allowed to install stuff into /etc. Best examples are base-files and ca-certificates. This patch solves the problem by adding another PKG_template flag "force_etc", which one can define in order to override the as well new Config.in symbol "ADK_LEAVE_ETC_ALONE".
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-01refresh linux kernelsWaldemar Brodkorb
2011-11-23bulk build fixesWaldemar Brodkorb
2011-11-19remove LXDE tests, not working for meWaldemar Brodkorb
2011-11-17update openldap, fine tune configWaldemar Brodkorb
2011-11-14deactivate ubi tools in busybox (compile error)Waldemar Brodkorb
2011-11-10fix make bulk on OpenADK buildserverWaldemar Brodkorb
2011-11-09Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-11-09disable some stuff for bulk buildsWaldemar Brodkorb
2011-11-09Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-11-09FreeBSD fixesWaldemar 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-16add shuttle autodetectionWaldemar Brodkorb
2011-10-15allow more than one kernel to be configured, add shuttle pc supportWaldemar Brodkorb
2011-10-15need root= entry for foxboardWaldemar Brodkorb
2011-10-12Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-10-12add basic support for avr32 -> ngw100Waldemar Brodkorb
2011-09-25fixes for make bulkallmodWaldemar Brodkorb
2011-09-18add another cheap webcam driverWaldemar Brodkorb
2011-09-18add some more webcam drivers to kernel configWaldemar Brodkorb
2011-09-18fix symbol nameWaldemar Brodkorb
2011-09-16only hostap driver uses these modules hereWaldemar Brodkorb
2011-09-16add support for sharp zaurus (tested on terrier cl-3200)Waldemar Brodkorb
2011-09-12add hostap driverWaldemar Brodkorb
2011-09-12add special case for sharp zaurusWaldemar Brodkorb
2011-09-11always add /dev/{console,tty,null} to initramfsWaldemar Brodkorb
2011-09-05Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-09-05some sparc help fixesWaldemar Brodkorb
2011-09-05resolve conflictWaldemar Brodkorb
2011-09-05more make bulkallmod patchesWaldemar Brodkorb
2011-09-02add support for qemu-arm, fix usage of xz compressed initramfs, which is now ↵Waldemar Brodkorb
the default here
2011-08-31add g++ checks, separate checks for gcc and g++Waldemar Brodkorb
2011-08-31add TCP port configuration for typical Qemu setupWaldemar Brodkorb
2011-08-24Merge branch 'master' of openadk.org:/git/openadkWaldemar Brodkorb