summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-10prefix models with ADK_TARGET_MODELWaldemar Brodkorb
2015-09-09add realtime patch to 4.1.x kernelWaldemar Brodkorb
2015-09-09move serial to driver config, enable cmdlineWaldemar Brodkorb
2015-09-09enable highmem for rpi2Waldemar Brodkorb
2015-09-09enable VDSO globallyWaldemar Brodkorb
Disabled VDSO is a performance killer. Kodi get stuttering audio playback with a lot of broken pipe error messages.
2015-09-09use 16 MB for CMAWaldemar Brodkorb
2015-09-08symbol required for kernel cmdlineWaldemar Brodkorb
2015-09-08add fix for macb driver for avr32 from Linux gitWaldemar Brodkorb
2015-09-07update gdb to latest, set to defaultWaldemar Brodkorb
2015-09-07update php to latestWaldemar Brodkorb
2015-09-07enable spi/i2c by defaultWaldemar Brodkorb
2015-09-07submodel choice for qemu targets got removedWaldemar Brodkorb
2015-09-06remove unused call to modinfoWaldemar Brodkorb
2015-09-06scripts: fix make-module-ipkgs.shPhil Sutter
The recursive call of find_modlevel overwrites the loop variable 'dep' if not declared local before. Yay. Signed-off-by: Phil Sutter <phil@nwl.cc>
2015-09-06update mesa to latest stable versionWaldemar Brodkorb
2015-09-06update kodi to latest stableWaldemar Brodkorb
2015-09-05update to latest upstream versionWaldemar Brodkorb
2015-09-05fix build for x86/x86_64Waldemar Brodkorb
2015-09-04registering mini.config is no longer required, refresh kernel symbol exampleWaldemar Brodkorb
2015-09-04update patch for 4.1.6Waldemar Brodkorb
2015-09-04add required patch for glibc sparcWaldemar Brodkorb
2015-09-03update curl to latest stable versionWaldemar Brodkorb
2015-09-03select or1k cpuWaldemar Brodkorb
2015-09-03fix naming of fileWaldemar Brodkorb
2015-09-02refactor kernel mini.config.Waldemar Brodkorb
We do not need to manually set mini.config file anymore. Every target system, even Qemu emulating different models get it its own. Cleaner and simpler to add new targets.
2015-09-02allow to use linux defconfigs, needs more workWaldemar Brodkorb
2015-09-02use 3.0.1, fix compileWaldemar Brodkorb
2015-09-01move serial support from mini.configWaldemar Brodkorb
2015-09-01add support for beaglebone blackWaldemar Brodkorb
2015-09-01or1k: add basic qemu supportWaldemar Brodkorb
Kernel boots, userland not.
2015-09-01rpi2: unbreak bootop with 4.1.x kernelWaldemar Brodkorb
Add missing kernel symbols. NOL2CACHE and *BSG to allow bootup. Remove support patches for older kernels. Enable REGMAP by default.
2015-09-01raspberry can use tty0, tooWaldemar Brodkorb
2015-09-01add dma shared bufferWaldemar Brodkorb
2015-09-01fix building openjdk7BALATON Zoltan
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
2015-09-01update openssh to latest stable versionWaldemar Brodkorb
2015-09-01update libressl to latest stable versionWaldemar Brodkorb
2015-08-31prefix VERSION symbols, otherwise they will get into kernel .configWaldemar Brodkorb
2015-08-30add CPPFLAGS to find X11 headers, fix linking when libc iconv is usedWaldemar Brodkorb
2015-08-30update to latest musl releaseWaldemar Brodkorb
2015-08-30skip building and installing kmod packages if using udevBALATON Zoltan
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
2015-08-27DMA legacy is REQUIRED! wtf. unbreak 4.x on rpi2Waldemar Brodkorb
2015-08-27add promptWaldemar Brodkorb
2015-08-27add partition types, cleanup fsnetWaldemar Brodkorb
2015-08-27use HOST_PATH for modinfo, remove LOCALVERSION overwriteWaldemar Brodkorb
2015-08-27cleanup Kconfig filesystem stuffWaldemar Brodkorb
2015-08-27install symlink for modinfoWaldemar Brodkorb
2015-08-27allow to build ALSA, I2C, SPI as kernel modulesWaldemar Brodkorb
2015-08-27update to latest upstreamWaldemar Brodkorb
2015-08-27fix dependencyWaldemar Brodkorb
2015-08-27remove alsa depends from hostbuildWaldemar Brodkorb