summaryrefslogtreecommitdiff
path: root/mk/build.mk
AgeCommit message (Collapse)Author
2009-08-21use -m for allmodconfigWaldemar Brodkorb
2009-08-12fix openswanWaldemar Brodkorb
- avoid busybox IP when openswan is selected - fix crypto dependencies for esp
2009-08-02force entering the config/ subdir in ANY casePhil Sutter
This is a general thing: when depending on binaries in subdirs AND dependency checking for those binaries is done from within the subdir Makefile (i.e. the decision about whether to recompile or not), we always have to force entering the subdir or otherwise no check is performed if the upper level dependency ("does the subdir binary exist?") is met.
2009-06-25add some packagesWaldemar Brodkorb
- add make/patch/rpm and dependencies - update ar7 port a little bit
2009-06-01remove unused $Id$Waldemar Brodkorb
- $id$ substitution is not apropriate for git scm
2009-05-27native build supportWaldemar Brodkorb
- just use native gcc and binutils to compile a system - can be used to chroot into it - maybe useful later on lemote book to build packages natively
2009-05-23- cleanup and document PKG_template, ARCH parameter is not needed anymoreWaldemar Brodkorb
- use CPU_ARCH for fake dir and ipkg - enable DEBUG option in menu and rename to ADK_DEBUG
2009-05-17Initial importwbx