summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2014-07-06start services is missingWaldemar Brodkorb
2014-07-06use dhcp, add size from binutils, remove make,strace and file for the baseWaldemar Brodkorb
2014-07-05update uClibc-ng to beta2Waldemar Brodkorb
2014-07-05add different arm architectures for toolchain buildingWaldemar Brodkorb
2014-07-05add support for uClibc-ng in parallel to uClibc.Waldemar Brodkorb
This helps to find any regressions made in uClibc-ng.
2014-07-04add apu system and kernel file. apu device sponsored by Joerg Seitter.Waldemar Brodkorb
2014-07-04add basic support for pcengines apu, only usb boot tested.Waldemar Brodkorb
2014-07-04remove old uuid hack from tg, partuuid feature is builtin, use this.Waldemar Brodkorb
2014-07-01evdev and usb hid is required for keyboard and mouseWaldemar Brodkorb
2014-06-30disable cursor blinking in quiet modeWaldemar Brodkorb
2014-06-30add evdev for keyboard and mouse support in xbmcWaldemar Brodkorb
2014-06-30disable relro+bind now, needs more startup time testing, fix gpu mem settingWaldemar Brodkorb
2014-06-30add support for lz4 compressed kernel and initramfsWaldemar Brodkorb
2014-06-30bump kernelsWaldemar Brodkorb
2014-06-30alpha and mircoblaze with no NPTLWaldemar Brodkorb
2014-06-30start adding architectures for uClibc without NPTL/TLSWaldemar Brodkorb
2014-06-29remove RPC from uclibc, use libtirpcWaldemar Brodkorb
2014-06-29handle debug code handling inside OpenADKWaldemar Brodkorb
2014-06-29add default parameter from Linux kernelWaldemar Brodkorb
2014-06-28enable shared libgcc for uClibc/glibcWaldemar Brodkorb
unfortunately uClibc/glibc uses dlopen to access exception handling code from libgcc_s.so.1. Pure static build is only provided by musl.
2014-06-28EABI is on for arm architectureWaldemar Brodkorb
2014-06-28fix include pathWaldemar Brodkorb
2014-06-28add fblogo patch as addon for 3.14/3.15Waldemar Brodkorb
2014-06-28remove *.orig filesWaldemar Brodkorb
2014-06-27add ltp package, add more uClibc options to have a wider test rangeWaldemar Brodkorb
2014-06-27rework service startup, do not hardcode into postinst scriptsWaldemar Brodkorb
2014-06-27automatically choose 128 MB gpuWaldemar Brodkorb
2014-06-27use internal static ffmpeg, it is optimized for rpiWaldemar Brodkorb
2014-06-26add gnu hashstyle as default for xbmc boxWaldemar Brodkorb
2014-06-25allow to disable checksum checkingWaldemar Brodkorb
2014-06-25use console=tty1 hereWaldemar Brodkorb
2014-06-25finetune netowrk configWaldemar Brodkorb
2014-06-25try to overwrite cmdlineWaldemar Brodkorb
2014-06-25fix some audio driver stuff, add more dacs for rpiWaldemar Brodkorb
2014-06-25use EABI by default on ARMWaldemar Brodkorb
2014-06-25add xbmcbox collectionWaldemar Brodkorb
2014-06-25fix typeWaldemar Brodkorb
2014-06-24add support for qemu-system-alphaWaldemar Brodkorb
2014-06-24update to latest stable versionWaldemar Brodkorb
2014-06-23allow initramfs for qemu-git + patchesWaldemar Brodkorb
2014-06-23bump kernel versionsWaldemar Brodkorb
2014-06-21simplifyWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-06-20fix loading of i2s driverWaldemar Brodkorb
2014-06-19compile autotool stuff, bison and flex by defaultWaldemar Brodkorb
2014-06-18separate mouse an keyboard supportWaldemar Brodkorb
2014-06-18add yaffs2 patch for hardware with nand, only use 3.14.7 for mikrotik-rb4xx ↵Waldemar Brodkorb
for now
2014-06-18blacklist microblazeWaldemar Brodkorb
2014-06-18target/linux/config: CRYPTO_DEFLATE needs ZLIB_DEFLATEPhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2014-06-18target/linux/config: allow for building kernel with -OsPhil Sutter
As this is potentially preferred on an embedded system, make it the default. Signed-off-by: Phil Sutter <phil@nwl.cc>