summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-22activate 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-20use all targets for toolsWaldemar Brodkorb
2011-01-20pkgmaker: comment out debug output using #if 0Phil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-20port libhugetlbfsPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-20port tzdata/tzcodePhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-20fetch.mk: support checksum checking of multiple distfilesPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-20mk/image.mk: fix initramfs-piggyback for recent kernelsPhil 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-20iproute2: fix compiling tc helper libsPhil 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-20fix 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-19Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-19add XX_FOR_BUILD variables, they are more standard compliant and used by ↵Waldemar Brodkorb
autotools
2011-01-19fix dependencyWaldemar Brodkorb
2011-01-19Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-19disable wireless for linksys, as soon it is untestedWaldemar Brodkorb
2011-01-19fix patchWaldemar Brodkorb
2011-01-19fix dependencies, downgrade gtk+ to fix firefox startup (missing icons, ↵Waldemar Brodkorb
known bug)
2011-01-19Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-19Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-19remove autoreconf from package build, add a pregenerated patchWaldemar Brodkorb
2011-01-19install libsspWaldemar Brodkorb
2011-01-19disable hardware i never seen or use, fix previos commitWaldemar Brodkorb
2011-01-19disable experimental java/objc compiler on bulk buildsWaldemar Brodkorb
2011-01-18fix dependenciesWaldemar Brodkorb
2011-01-18handle ssp support for glibc/eglibc/gccWaldemar Brodkorb
2011-01-18fix compile error with -WallWaldemar Brodkorb
2011-01-18Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-18rework PKG_FLAVOURS. Subpackages can have flavours, soWaldemar Brodkorb
always add PKG_NAME to PKG_FLAVOURS variable. ala PKG_FLAVOURS_LIBNCURSES. Bug reported by Phil Sutter.
2011-01-17enable old behavior and enable gdb/c++ by defaultWaldemar Brodkorb
2011-01-17fix packages to be compile with stack protectorWaldemar 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-17these symlinks are requiredWaldemar Brodkorb
2011-01-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-13allow cross-compile under Darwin, fix ppp install targetsWaldemar Brodkorb
2011-01-13update to Linux Kernel 2.6.37Waldemar Brodkorb
2011-01-13add a default directory, when pkg-config is too oldWaldemar Brodkorb
2011-01-13fix cross-compile under DarwinWaldemar Brodkorb
2011-01-12fix python varsWaldemar Brodkorb
2011-01-12fix ssp support, logic errorWaldemar Brodkorb
2011-01-12fix cross-compile under DarwinWaldemar Brodkorb
2011-01-12Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-12add libtiff build dependencyWaldemar Brodkorb
2011-01-12disable LTO and SSP for bulk buildsWaldemar Brodkorb
2011-01-12fix squashfs image generationWaldemar Brodkorb
2011-01-12Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-12fix squashfs targetWaldemar Brodkorb
2011-01-12add build dependencyWaldemar Brodkorb
2011-01-12do not depend on host glib installationWaldemar Brodkorb
2011-01-12rename to external kernel module styleWaldemar Brodkorb
2011-01-12fix cross-compile under Darwin, pass TARGET_CFLAGS to compilationWaldemar Brodkorb
2011-01-12fix cross-compile under DarwinWaldemar Brodkorb