summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)Author
2012-10-12use TARGET_CFLAGS_LIBC without ABI cflags for glibcWaldemar Brodkorb
2012-10-11more libdir fixupsWaldemar Brodkorb
2012-10-10update mutlilib support for mipsWaldemar Brodkorb
2012-10-10update mutlilib support for mipsWaldemar Brodkorb
2012-10-10fix 32 Bit multilib buildsWaldemar Brodkorb
2012-10-09handle /usr/lib on target as symlink to default libraryWaldemar Brodkorb
2012-10-07support for 32/64 x86_64 multilib with eglibcWaldemar Brodkorb
2012-10-05make libgcc static for busybox, make librt separate package, remove ↵Waldemar Brodkorb
dependency to libtirpc, disable inetd, add preliminary multilib support (not working right now),enable 32/64 bit kernel support for x86_64
2012-10-02handle libIDL-config-2Waldemar Brodkorb
2012-09-20workaround for yeelongWaldemar Brodkorb
2012-09-20update kernelWaldemar Brodkorb
2012-08-28be quietWaldemar Brodkorb
2012-08-24update to latest stable kernel versionWaldemar Brodkorb
2012-08-06quietWaldemar Brodkorb
2012-08-01enable module strippingWaldemar Brodkorb
2012-07-30refresh kernel config, verified on qemu-mipsel with 3.5Waldemar Brodkorb
2012-07-30update patches for 3.5Waldemar Brodkorb
2012-07-27full build on Darwin fixesWaldemar Brodkorb
2012-07-26fix usb module loading for 3.x kernels, add GCM supportWaldemar Brodkorb
2012-07-24update to latest linux kernels, remove old onesWaldemar Brodkorb
2012-07-16add support for m68k toolchain/qemuWaldemar Brodkorb
2012-07-11use genext2fs on MacOS X to create qemu imagesWaldemar Brodkorb
2012-06-29update to 3.4.4Waldemar Brodkorb
2012-06-15add support for newest kernelsWaldemar Brodkorb
2012-06-12some brcm patches for newer kernelsWaldemar Brodkorb
2012-06-02update to latest stable kernelsWaldemar Brodkorb
2012-04-03update libnl to 3.2Waldemar Brodkorb
2012-04-02update checksumWaldemar Brodkorb
2012-04-01update checksumWaldemar Brodkorb
2012-03-27add freedesktop mirror for xdmWaldemar Brodkorb
2012-03-21remove DEVELOPER=1Waldemar Brodkorb
2012-03-20more allconfig fixesWaldemar Brodkorb
2012-03-20add simple lemote disk installerWaldemar Brodkorb
2012-03-20allconfig fixes for lemote yeelongWaldemar Brodkorb
2012-03-20new kernelsWaldemar Brodkorb
2012-03-16fix usb module loading for 3.2.10Waldemar Brodkorb
2012-03-13update to latest stable kernel versionWaldemar Brodkorb
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".