summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)Author
2014-06-01add watchdog support for cubox, inlude weim by defaultWaldemar Brodkorb
2014-06-01disable ld gc for buildallWaldemar Brodkorb
2014-06-01fix pathWaldemar Brodkorb
2014-05-31add disk support to qemu-arm spitz and terrierWaldemar Brodkorb
2014-05-31rework static linking support, works with musl/glibc, fails to boot with ↵Waldemar Brodkorb
uclibc (qemu-x86)
2014-05-31fix false errorWaldemar Brodkorb
2014-05-31allow to disable tcp fastopen, so that AES is not required to builtin in the ↵Waldemar Brodkorb
kernel
2014-05-29rework directory namesWaldemar Brodkorb
Sorry, need to change this again. Toolchain and target directories can not be usefully shared between systems with the same cpu arch. There are to many optimizations for gcc supplied libraries involved. Simplify even for qemu targets.
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-29disable mptcp for buildallWaldemar Brodkorb
2014-05-28update buildallWaldemar Brodkorb
2014-05-28allow to choose ld garbage collectorWaldemar Brodkorb
2014-05-28update to rc7Waldemar Brodkorb
2014-05-27non-verbose extractionWaldemar Brodkorb
2014-05-27fix order againWaldemar Brodkorb
2014-05-27disable skipping of kernel patches for buildallWaldemar Brodkorb
2014-05-25non-verboseWaldemar Brodkorb
2014-05-25allow to enable PIEWaldemar Brodkorb
2014-05-25fix newline addition on quiet buildWaldemar Brodkorb
2014-05-24remove suid bit from busybox, try experimental ping patch from John SpencerWaldemar Brodkorb
2014-05-24cleankernel after addon changesWaldemar Brodkorb
2014-05-24cleanup host tools cflags, disable debug symbols and optimization for speedupWaldemar Brodkorb
2014-05-24optimize and reduce codeWaldemar Brodkorb
2014-05-24disable for buildallWaldemar Brodkorb
2014-05-24remove 3.13 kernel, add generic kernel version symbolsWaldemar Brodkorb
2014-05-23allow to use hash-style gnu for non-mips targetsWaldemar Brodkorb
2014-05-23fix symbol renaming bugsWaldemar Brodkorb
2014-05-23disable lto,ssp and gold for buildallWaldemar Brodkorb
2014-05-23discussed with phil, do not split kernel patches between kernel-headers and ↵Waldemar Brodkorb
kernel, can make issues
2014-05-23more cleanup, *-enabled feature is unused, simplifyWaldemar Brodkorb
2014-05-23fix arch listsWaldemar Brodkorb
2014-05-23simplify bulktargets, just use buildallWaldemar Brodkorb
2014-05-23resolve merge conflictWaldemar Brodkorb
2014-05-23split targethelp from install targetWaldemar Brodkorb
cleanup target/*/Makefile stuff.
2014-05-23resolve mergeWaldemar Brodkorb
2014-05-22rework crypto kernel abstraction layer, CONFIG_INET requires AESWaldemar Brodkorb
2014-05-22reorder module loadingWaldemar Brodkorb
2014-05-22fix build breakWaldemar Brodkorb
2014-05-22fix sound module loading for cuboxWaldemar Brodkorb
2014-05-22fix ext4 when choosen as moduleWaldemar Brodkorb
2014-05-19fix usb for 3.10.30Waldemar Brodkorb
2014-05-18convert mips to use new targethelp make target, useful to just show the help ↵Waldemar Brodkorb
text after building
2014-05-18add shell script to install adk on flash/blockWaldemar Brodkorb
2014-05-18disable thumb, remove deleted packagesWaldemar Brodkorb
2014-05-17bump lts kernels, add yaffs2 kernel patchWaldemar Brodkorb
2014-05-17move ecj.jar download to ecj packageWaldemar Brodkorb
2014-05-17do not ignore host include dirsWaldemar Brodkorb
2014-05-16move adkconfig.gz generation and adkversion to mk/image.mk, otehrwise old ↵Waldemar Brodkorb
data is included
2014-05-16add support for 3.10.30 stable from Jon NettletonWaldemar Brodkorb
2014-05-14fix shell typoWaldemar Brodkorb