summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)Author
2011-04-28fix minor error message, use nfsroot for bulkWaldemar Brodkorb
2011-04-27Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-04-27fix cris allconfig buildWaldemar Brodkorb
2011-04-27Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-04-27Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-04-27fix allconfig for foxg20Waldemar Brodkorb
2011-04-27fix aligning of partitions, prepare for Netgear WGT634u with bigger CFE sizeWaldemar Brodkorb
2011-04-26add model support for broadcom devicesWaldemar Brodkorb
2011-04-26mk/image.mk: always pass ADK_MAKE_JOBS to kernel make callPhil Sutter
2011-04-25disable locales for bulk buildWaldemar Brodkorb
2011-04-21allow xz compressed tar archives to be extractedWaldemar Brodkorb
2011-04-17add basic locale support to OpenADKWaldemar Brodkorb
2011-04-17use rootdelay only for lemote yeelongWaldemar Brodkorb
2011-04-13remove debug stuffwbx
2011-04-12refresh lemote yeelong supportwbx
2011-04-07update some packages after libpng15 update, misc stuffWaldemar Brodkorb
2011-04-06only remove files from lowercase listsWaldemar Brodkorb
2011-04-04Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-04-03Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-04-03fix extraction problemsWaldemar Brodkorb
2011-04-03Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-04-03fix configure options when native buildingWaldemar Brodkorb
2011-04-03add new dirs to clean targetsWaldemar Brodkorb
2011-04-03Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-04-02add tries parameter, only used by gnu wget, ignored by busybox wgetWaldemar Brodkorb
2011-04-01add a java build tool directoryWaldemar Brodkorb
following build tools seem to be required to cross-compile OpenJDK: - fastjar - classpath - gcj - jamvm - ecj Maybe cacao is better, maybe ant is required, too. ... hacking...
2011-03-31I am to tupid for git, today.Waldemar Brodkorb
Revert "Revert "fix conflict, autoseect libgcj"" This reverts commit c2bd3a43342e37a05a97e12581dd2bd52993877a.
2011-03-31Revert "fix conflict, autoseect libgcj"Waldemar Brodkorb
This reverts commit ac46bdeef28bc2b65e1880884a79257c28e423a7, reversing changes made to 418fb3668f7140cc3e2ba07c354fe0d9bbb47d04.
2011-03-31fix conflict, autoseect libgcjWaldemar Brodkorb
2011-03-31pass -flto to CXX compilerWaldemar Brodkorb
2011-03-28avoid warnings on fresh checkoutWaldemar Brodkorb
2011-03-28be sure this directory exist (lynx compile errror because of missing ↵Waldemar Brodkorb
ncurses5-config)
2011-03-19use cpio instead of gnu tar, otherwise the /etc/mtab symlinks fails to be ↵Waldemar Brodkorb
included
2011-03-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-03-13disable alsamixer for bulk buildsWaldemar Brodkorb
2011-03-13add a lot of new devel subpackages and fix native builds of packagesWaldemar Brodkorb
2011-03-08Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-03-08always compile zlib inflate into kernelWaldemar Brodkorb
2011-03-04when flex fails, it seems to need M4 environment setWaldemar Brodkorb
2011-03-01kernel-headers not required for native buildsWaldemar Brodkorb
2011-03-01misc patches needed for allmodconfig for ibm-x40-eglibc on Darwin OSWaldemar Brodkorb
* fix *.pc / *-config file handling.
2011-02-26another round of native compile fixesWaldemar 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-21mk/modules.mk: always pack zlib_inflate.ko along with deflate.koPhil Sutter
Since linux-2.6.37's Kconfg unconditionally selects it.
2011-02-16add perl module needed for intltoolWaldemar Brodkorb
2011-02-16use better defaults for native buildsWaldemar Brodkorb
2011-02-16disable ccache usage by defaultWaldemar Brodkorb
2011-02-10add basic ccache supportWaldemar Brodkorb
2011-02-08many bugfixes for native adksystems and some package updatesWaldemar Brodkorb