| Commit message (Expand) | Author | Age | Files | Lines |
* | config: make it possible to specify which config file to use for 'make defcon... | Arnout Vandecappelle | 2012-05-05 | 1 | -1/+2 |
* | toolchain: remove toolchain/Makefile.in and toolchain/gcc/Makefile.in | Thomas Petazzoni | 2012-04-25 | 1 | -1/+0 |
* | Remove unused GNU_TARGET_SUFFIX | Thomas Petazzoni | 2012-04-25 | 1 | -2/+0 |
* | cmake: move creation of toolchain file to package/pkg-cmaketargets.mk | Thomas Petazzoni | 2012-04-20 | 1 | -20/+2 |
* | Move the manual build infrastructure to docs/manual/manual.mk | Thomas Petazzoni | 2012-04-20 | 1 | -48/+1 |
* | Remove unused .fakeroot.* mechanism | Thomas Petazzoni | 2012-04-19 | 1 | -6/+0 |
* | Remove filename extension crap for OS compatibility | Thomas Petazzoni | 2012-04-19 | 1 | -28/+0 |
* | Remove cc-option: not used anywhere | Thomas Petazzoni | 2012-04-19 | 1 | -7/+0 |
* | Add documentation for <pkg>-rebuild and <pkg>-reconfigure | Stephan Hoffmann | 2012-04-07 | 1 | -0/+2 |
* | Add target to print buildroot version | Arnout Vandecappelle (Essensium/Mind) | 2012-03-13 | 1 | -1/+4 |
* | Merge branch 'next' | Peter Korsgaard | 2012-03-01 | 1 | -3/+11 |
|\ |
|
| * | Makefile: move cmake toolchain file to $HOST_DIR/usr/share/buildroot | Peter Korsgaard | 2012-02-25 | 1 | -2/+3 |
| * | Print a message before executing the post-build script | Luca Ceresoli | 2012-02-19 | 1 | -0/+1 |
| * | Makefile: use /etc/os-release for version info rather than /etc/br-version | Peter Korsgaard | 2012-02-14 | 1 | -1/+7 |
* | | Update copyright year | Peter Korsgaard | 2012-03-01 | 1 | -1/+1 |
* | | kickoff 2012.05 development cycle | Peter Korsgaard | 2012-03-01 | 1 | -1/+1 |
* | | Update for 2012.022012.02 | Peter Korsgaard | 2012-02-29 | 1 | -1/+1 |
* | | Update for 2012.02-rc32012.02_rc3 | Peter Korsgaard | 2012-02-27 | 1 | -1/+1 |
* | | Update for 2012.02-rc22012.02_rc2 | Peter Korsgaard | 2012-02-19 | 1 | -1/+1 |
|/ |
|
* | Update for 2012.02-rc12012.02_rc1 | Peter Korsgaard | 2012-02-12 | 1 | -1/+1 |
* | Makefile: fix old make check thinko | Peter Korsgaard | 2012-02-09 | 1 | -1/+1 |
* | Makefile: change order of dirs and dependencies | Thomas De Schampheleire | 2012-02-09 | 1 | -1/+1 |
* | dependencies: check minimal make version early on | Thomas De Schampheleire | 2012-02-09 | 1 | -0/+6 |
* | dependencies: move from toolchain/ to support/ | Thomas De Schampheleire | 2012-02-09 | 1 | -0/+2 |
* | make release: add html/text/pdf manual and create .tar.bz2 format as well | Peter Korsgaard | 2012-02-07 | 1 | -1/+8 |
* | Makefile: GENDOC_INNER: don't create subdirs for generated manuals | Peter Korsgaard | 2012-02-07 | 1 | -1/+1 |
* | gcc-uclibc-4.x.mk: get rid of BR2_DEPENDS_DIR | Peter Korsgaard | 2012-01-15 | 1 | -4/+2 |
* | Makefile: ensure CONFIG_SITE isn't set | Peter Korsgaard | 2011-12-12 | 1 | -0/+1 |
* | kickoff 2012.02 development cycle | Peter Korsgaard | 2011-11-11 | 1 | -1/+1 |
* | Update for 2011.11-rc12011.11_rc1 | Peter Korsgaard | 2011-11-11 | 1 | -1/+1 |
* | Makefile: build all manuals in $(O)/docs/manual | Peter Korsgaard | 2011-10-26 | 1 | -8/+4 |
* | manual: refactor the targets into GENDOC macro. | Arnout Vandecappelle (Essensium/Mind) | 2011-10-25 | 1 | -33/+52 |
* | manual: provide make targets to build the documentation | Thomas Petazzoni | 2011-10-25 | 1 | -1/+43 |
* | package: add configuration option to specify a local override file | Thomas Petazzoni | 2011-09-29 | 1 | -0/+7 |
* | support: move package/gnuconfig to support/gnuconfig | Thomas Petazzoni | 2011-09-17 | 1 | -1/+1 |
* | support: move kconfig stuff from package/config to support/kconfig | Thomas Petazzoni | 2011-09-17 | 1 | -1/+1 |
* | support: move scripts/ to a new support/ directory | Thomas Petazzoni | 2011-09-17 | 1 | -3/+3 |
* | kickoff 2011.11 development cycle | Peter Korsgaard | 2011-09-05 | 1 | -1/+1 |
* | Update for 2011.082011.08 | Peter Korsgaard | 2011-08-31 | 1 | -1/+1 |
* | Update for 2011.08-rc22011.08_rc2 | Peter Korsgaard | 2011-08-29 | 1 | -1/+1 |
* | barebox: add barebox-<n/x/menu>config and barebox-savedefconfig support | Jean-Christophe PLAGNIOL-VILLARD | 2011-08-24 | 1 | -0/+4 |
* | linux: add linux/linux26-savedefconfig support | Jean-Christophe PLAGNIOL-VILLARD | 2011-08-22 | 1 | -0/+1 |
* | Update for 2011.08-rc12011.08_rc1 | Peter Korsgaard | 2011-08-04 | 1 | -1/+1 |
* | 'source' target should depend on 'dirs' | Thomas De Schampheleire | 2011-08-04 | 1 | -1/+1 |
* | make help: sort defconfigs for make 3.82 | Danomi Mocelopolis | 2011-07-17 | 1 | -1/+1 |
* | Makefile: unbreak source-check | Yann E. MORIN | 2011-07-15 | 1 | -4/+1 |
* | Makefile.package.in: Add BR2_XZCAT for LZMA compression type | Allan W. Nielsen | 2011-07-12 | 1 | -0/+1 |
* | Remove unused variable definitions | Thomas Petazzoni | 2011-06-12 | 1 | -10/+0 |
* | kickoff 2011.08 development cycle | Peter Korsgaard | 2011-06-06 | 1 | -1/+1 |
* | Update for 2011.052011.05 | Peter Korsgaard | 2011-05-27 | 1 | -1/+1 |