summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)Author
2014-06-04fix devonly packagesWaldemar Brodkorb
2014-06-04Update urlWaldemar Brodkorb
2014-06-04Update urlWaldemar Brodkorb
2014-06-04make ld relro and bind now optionalWaldemar Brodkorb
2014-06-03mimic identically the kernel crypto configWaldemar Brodkorb
2014-06-03update vc libraries and firmware for raspberry pi, make GPU mem configurableWaldemar Brodkorb
2014-06-03fix kernel module packagingWaldemar Brodkorb
2014-06-03add hdmi audio supportWaldemar Brodkorb
2014-06-03update to 3.14.5Waldemar Brodkorb
2014-06-02simplify adding new archWaldemar Brodkorb
Generate all data needed when adding a new arch or system. Recognize any changes in target/*/systems as reported as bug by Joerg.
2014-06-02refactor CPU_ARCH/ARCH variablesWaldemar Brodkorb
After Joerg asked me about the difference between ADK_TARGET_ARCH and ADK_TARGET_CPU_ARCH I recognized many duplication of variables for this information. These patch fixes this up. Use make cleandir && make menuconfig && make
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