summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2011-03-08always compile zlib inflate into kernelWaldemar Brodkorb
2011-02-24resolve conflictWaldemar Brodkorb
2011-02-24allow native build of a lot of packagesWaldemar Brodkorb
STAGING_TARGET_DIR is used for package Makefile's for include and library search path's. STAGING_DIR is used for common code in mk/ or Makefile/rules.mk. STAGING_TARGET_DIR is /usr when native builds are used.
2011-02-21remove leftover dependency on ADK_ENABLE_IPV6Phil Sutter
2011-02-16some minor bugfixing in linux kernel configWaldemar Brodkorb
2011-02-11ibm x40 have pci/mini-pciWaldemar Brodkorb
2011-02-11non verbose output should be quietWaldemar Brodkorb
2011-02-10Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-02-10add basic ccache supportWaldemar Brodkorb
2011-02-10mikrotik-rb532: select ADK_TARGET_WITH_LEDSPhil Sutter
2011-02-10mikrotik-rb532: enable hardware watchdog supportPhil Sutter
2011-02-08many bugfixes for native adksystems and some package updatesWaldemar Brodkorb
2011-02-02Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-02-01add missing dependency to mac80211 stackWaldemar Brodkorb
2011-02-01needed for gdbWaldemar Brodkorb
2011-01-30add -fno-auto-inc-dec, otherwise apps like top segfaultWaldemar Brodkorb
2011-01-30allow to use strip, even when debug is on. required for gdbserver setups.Waldemar Brodkorb
2011-01-29fix mtd rootfs patchWaldemar Brodkorb
2011-01-29dd conv=sync is requiredWaldemar Brodkorb
2011-01-29add Linksys WRT54GSWaldemar Brodkorb
2011-01-29use portable STATCMDWaldemar Brodkorb
2011-01-28resolve conflictWaldemar Brodkorb
2011-01-28some patches found via make bulkallmodWaldemar Brodkorb
2011-01-27add missing dependency to crc-ccittWaldemar Brodkorb
2011-01-26some usb fixes, wrong controller choosen. (and some more minor changes)Waldemar Brodkorb
2011-01-25Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-25some fixes for allmodconfig (foxg20)Waldemar Brodkorb
2011-01-25Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-25Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-25update Xorg to 7.6Waldemar Brodkorb
2011-01-25make bulk fixesWaldemar Brodkorb
2011-01-24Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-22Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-22add vimWaldemar Brodkorb
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-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-19add XX_FOR_BUILD variables, they are more standard compliant and used by ↵Waldemar Brodkorb
autotools
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-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-19disable hardware i never seen or use, fix previos commitWaldemar Brodkorb
2011-01-18Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar 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-13update to Linux Kernel 2.6.37Waldemar Brodkorb
2011-01-12fix squashfs image generationWaldemar Brodkorb
2011-01-11fix patch, after aufs2 additionWaldemar Brodkorb