Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-04 | fix devonly packages | Waldemar Brodkorb | |
2014-06-04 | Update url | Waldemar Brodkorb | |
2014-06-04 | Update url | Waldemar Brodkorb | |
2014-06-04 | make ld relro and bind now optional | Waldemar Brodkorb | |
2014-06-03 | mimic identically the kernel crypto config | Waldemar Brodkorb | |
2014-06-03 | update vc libraries and firmware for raspberry pi, make GPU mem configurable | Waldemar Brodkorb | |
2014-06-03 | fix kernel module packaging | Waldemar Brodkorb | |
2014-06-03 | add hdmi audio support | Waldemar Brodkorb | |
2014-06-03 | update to 3.14.5 | Waldemar Brodkorb | |
2014-06-02 | simplify adding new arch | Waldemar 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-02 | refactor CPU_ARCH/ARCH variables | Waldemar 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-01 | add watchdog support for cubox, inlude weim by default | Waldemar Brodkorb | |
2014-06-01 | disable ld gc for buildall | Waldemar Brodkorb | |
2014-06-01 | fix path | Waldemar Brodkorb | |
2014-05-31 | add disk support to qemu-arm spitz and terrier | Waldemar Brodkorb | |
2014-05-31 | rework static linking support, works with musl/glibc, fails to boot with ↵ | Waldemar Brodkorb | |
uclibc (qemu-x86) | |||
2014-05-31 | fix false error | Waldemar Brodkorb | |
2014-05-31 | allow to disable tcp fastopen, so that AES is not required to builtin in the ↵ | Waldemar Brodkorb | |
kernel | |||
2014-05-29 | rework directory names | Waldemar 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-29 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-29 | disable mptcp for buildall | Waldemar Brodkorb | |
2014-05-28 | update buildall | Waldemar Brodkorb | |
2014-05-28 | allow to choose ld garbage collector | Waldemar Brodkorb | |
2014-05-28 | update to rc7 | Waldemar Brodkorb | |
2014-05-27 | non-verbose extraction | Waldemar Brodkorb | |
2014-05-27 | fix order again | Waldemar Brodkorb | |
2014-05-27 | disable skipping of kernel patches for buildall | Waldemar Brodkorb | |
2014-05-25 | non-verbose | Waldemar Brodkorb | |
2014-05-25 | allow to enable PIE | Waldemar Brodkorb | |
2014-05-25 | fix newline addition on quiet build | Waldemar Brodkorb | |
2014-05-24 | remove suid bit from busybox, try experimental ping patch from John Spencer | Waldemar Brodkorb | |
2014-05-24 | cleankernel after addon changes | Waldemar Brodkorb | |
2014-05-24 | cleanup host tools cflags, disable debug symbols and optimization for speedup | Waldemar Brodkorb | |
2014-05-24 | optimize and reduce code | Waldemar Brodkorb | |
2014-05-24 | disable for buildall | Waldemar Brodkorb | |
2014-05-24 | remove 3.13 kernel, add generic kernel version symbols | Waldemar Brodkorb | |
2014-05-23 | allow to use hash-style gnu for non-mips targets | Waldemar Brodkorb | |
2014-05-23 | fix symbol renaming bugs | Waldemar Brodkorb | |
2014-05-23 | disable lto,ssp and gold for buildall | Waldemar Brodkorb | |
2014-05-23 | discussed with phil, do not split kernel patches between kernel-headers and ↵ | Waldemar Brodkorb | |
kernel, can make issues | |||
2014-05-23 | more cleanup, *-enabled feature is unused, simplify | Waldemar Brodkorb | |
2014-05-23 | fix arch lists | Waldemar Brodkorb | |
2014-05-23 | simplify bulktargets, just use buildall | Waldemar Brodkorb | |
2014-05-23 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-23 | split targethelp from install target | Waldemar Brodkorb | |
cleanup target/*/Makefile stuff. | |||
2014-05-23 | resolve merge | Waldemar Brodkorb | |
2014-05-22 | rework crypto kernel abstraction layer, CONFIG_INET requires AES | Waldemar Brodkorb | |
2014-05-22 | reorder module loading | Waldemar Brodkorb | |
2014-05-22 | fix build break | Waldemar Brodkorb | |
2014-05-22 | fix sound module loading for cubox | Waldemar Brodkorb | |