Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-25 | make bulk fixes | Waldemar Brodkorb | |
2011-01-22 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-22 | activate GCC cflags check, cleanup FLAGS stuff in OpenADK. | Waldemar Brodkorb | |
* remove TCFLAGS/TLDFLAGS/TCPPFLAGS and only use TARGET_CFLAGS/TARGET_LDFLAGS/TARGET_CPPFLAGS, ... * activate GCC_HONOUR_COPTS and fix all packages to honour CFLAGS * use CC_FOR_BUILD, CFLAGS_FOR_BUILD, ... for all build compilation, remove HOST* variants * introduce KERNEL_MODULE_FLAGS for external kernel modules * mark rpm package as broken, mark syslinux for native builds only, mark libhugetlb for eglibc/glibc only usage | |||
2011-01-20 | update to rc2, remove obsolete patches | Waldemar Brodkorb | |
2011-01-20 | sync gcc patches from toolchain | Waldemar Brodkorb | |
2011-01-20 | disable NLS, allows toolchain building on native ADK systems | Waldemar Brodkorb | |
2011-01-20 | use all targets for tools | Waldemar Brodkorb | |
2011-01-20 | pkgmaker: comment out debug output using #if 0 | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-20 | port libhugetlbfs | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-20 | port tzdata/tzcode | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-20 | fetch.mk: support checksum checking of multiple distfiles | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-20 | mk/image.mk: fix initramfs-piggyback for recent kernels | Phil Sutter | |
Newer kernels hide CONFIG_INITRAMFS_SOURCE behind the boolean CONFIG_BLK_DEV_INITRD symbol. So replacing the further using sed may fail since no match is found. This patch strips the config from both symbols if existing, and appends them afterwards. I hope this does for older kernels, too. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2011-01-20 | iproute2: fix compiling tc helper libs | Phil Sutter | |
First of all, tc may support iptables if available. Dedicate a sub-package for the libs generated then, so the plain tc package will always contain the same stuff regardless of whether iptables is there or not. Given the right options, iproute2 is indeed able to detect iptables and libatm, so do that instead of using a shipped Config file. Patches updated as a nice side effect. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2011-01-20 | fix brcm targets. add LZMA and flashmap code patches. | Waldemar Brodkorb | |
* add support for Linksys WRT54GS the automatic rflash size recognition is still open. | |||
2011-01-19 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-19 | add XX_FOR_BUILD variables, they are more standard compliant and used by ↵ | Waldemar Brodkorb | |
autotools | |||
2011-01-19 | fix dependency | Waldemar Brodkorb | |
2011-01-19 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-19 | disable wireless for linksys, as soon it is untested | Waldemar Brodkorb | |
2011-01-19 | fix patch | Waldemar Brodkorb | |
2011-01-19 | fix dependencies, downgrade gtk+ to fix firefox startup (missing icons, ↵ | Waldemar Brodkorb | |
known bug) | |||
2011-01-19 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-19 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-19 | remove autoreconf from package build, add a pregenerated patch | Waldemar Brodkorb | |
2011-01-19 | install libssp | Waldemar Brodkorb | |
2011-01-19 | disable hardware i never seen or use, fix previos commit | Waldemar Brodkorb | |
2011-01-19 | disable experimental java/objc compiler on bulk builds | Waldemar Brodkorb | |
2011-01-18 | fix dependencies | Waldemar Brodkorb | |
2011-01-18 | handle ssp support for glibc/eglibc/gcc | Waldemar Brodkorb | |
2011-01-18 | fix compile error with -Wall | Waldemar Brodkorb | |
2011-01-18 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-18 | rework PKG_FLAVOURS. Subpackages can have flavours, so | Waldemar Brodkorb | |
always add PKG_NAME to PKG_FLAVOURS variable. ala PKG_FLAVOURS_LIBNCURSES. Bug reported by Phil Sutter. | |||
2011-01-17 | enable old behavior and enable gdb/c++ by default | Waldemar Brodkorb | |
2011-01-17 | fix packages to be compile with stack protector | Waldemar Brodkorb | |
- libtool do not pass -fstack-protector while linking, but this is required to successfully link libraries or executables with SSP - pass LDFLAGS for non-libtool packages | |||
2011-01-17 | these symlinks are required | Waldemar Brodkorb | |
2011-01-13 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-13 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-13 | allow cross-compile under Darwin, fix ppp install targets | Waldemar Brodkorb | |
2011-01-13 | update to Linux Kernel 2.6.37 | Waldemar Brodkorb | |
2011-01-13 | add a default directory, when pkg-config is too old | Waldemar Brodkorb | |
2011-01-13 | fix cross-compile under Darwin | Waldemar Brodkorb | |
2011-01-12 | fix python vars | Waldemar Brodkorb | |
2011-01-12 | fix ssp support, logic error | Waldemar Brodkorb | |
2011-01-12 | fix cross-compile under Darwin | Waldemar Brodkorb | |
2011-01-12 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-12 | add libtiff build dependency | Waldemar Brodkorb | |
2011-01-12 | disable LTO and SSP for bulk builds | Waldemar Brodkorb | |
2011-01-12 | fix squashfs image generation | Waldemar Brodkorb | |
2011-01-12 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-12 | fix squashfs target | Waldemar Brodkorb | |