summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update for 2010.11-rc12010.11_rc1Peter Korsgaard2010-11-081-1/+1
* Makefile: move target-{finalize,purgelocales} after bootloader/linux stepPeter Korsgaard2010-11-071-3/+4
* Remove support for shared configuration cacheThomas Petazzoni2010-11-051-9/+0
* Makefile: fix release target with make 3.81Peter Korsgaard2010-11-041-0/+2
* Makefile: use global version string in /etc/br-versionYann E. MORIN2010-11-031-2/+1
* Makefile: compute the version string for all to useYann E. MORIN2010-11-031-0/+4
* Makefile: move version string from Config.in into MakefileYann E. MORIN2010-11-031-3/+5
* Makefile: move .NOTPARALLELYann E. MORIN2010-11-031-3/+4
* Optimize (-O2) host binaries by defaultPeter Korsgaard2010-10-291-9/+0
* Makefile: move KERNEL_ARCH from kernel-headers to herePeter Korsgaard2010-10-171-0/+8
* toolchain: add new toolchain backend: crosstool-NGYann E. MORIN2010-10-011-1/+3
* sed: get rid of host-sed variantPeter Korsgaard2010-09-301-1/+1
* Makefile: Force make to run serially in the top-level MakefileYann E. MORIN2010-09-301-0/+3
* Makefile: generate a Makefile wrapper in $(O)Yann E. MORIN2010-09-261-17/+28
* Re-implement the source-check and external-deps targetsMaxime Petazzoni2010-09-131-11/+2
* Cleanup the VCS commands configurationMaxime Petazzoni2010-09-131-4/+2
* Remove the spider featureMaxime Petazzoni2010-09-131-4/+3
* Merge branch 'for-2010.11/kconfig-upgrade' of git://git.busybox.net/~tpetazzo...Peter Korsgaard2010-09-021-55/+49
|\
| * Ensure that all config-related files are generated before the buildThomas Petazzoni2010-09-011-7/+12
| * Add support for savedefconfigThomas Petazzoni2010-09-011-1/+5
| * Factorize environment variables for config utilitiesThomas Petazzoni2010-09-011-43/+23
| * Makefile: use long options names for the 'conf' utilityThomas Petazzoni2010-09-011-9/+9
| * Add support for the new nconf configuration toolThomas Petazzoni2010-09-011-1/+9
| * Clean up our patches against kconfigThomas Petazzoni2010-09-011-1/+1
| * Implement %_defconfig similarly to the kernelThomas Petazzoni2010-09-011-5/+7
| * Remove CONFIG_DEFCONFIGThomas Petazzoni2010-09-011-5/+0
* | Fix ldconfig call in target-finalizeThomas Petazzoni2010-08-301-3/+7
|/
* Makefile: fix source/source-check/external-deps with O=Peter Korsgaard2010-08-291-8/+6
* Remove gdb plugins from targetMalte Starostik2010-07-301-0/+3
* Globally remove aclocal directories from targetMalte Starostik2010-07-301-1/+1
* toolchain: move makefile includesYann E. MORIN2010-07-281-14/+2
* toolchain: move helper functions from external toolchainYann E. MORIN2010-07-281-0/+1
* Makefile: fix ldconfig selection for internal toolchainsPeter Korsgaard2010-07-261-2/+6
* Fix default skeleton pathMalte Starostik2010-07-191-1/+1
* fs: add option to define path to custom rootfs skeletonDmytro Milinevskyy2010-07-181-0/+4
* move default skeleton to fs/ and drop busybox skeletonDmytro Milinevskyy2010-07-181-0/+1
* Introduce support for host config cacheThomas Petazzoni2010-07-071-4/+4
* Makefile: fixup make distclean after kconfig build in BUILD_DIRPeter Korsgaard2010-07-011-1/+0
* Fix: convert leftover $(CONFIG)/conf to $(BUILD_DIR)/buildroot-config/confDaniel Hobi2010-06-291-7/+7
* Remove old Linux infrastructureThomas Petazzoni2010-06-221-4/+0
* New, simpler, infrastructure for building the Linux kernelThomas Petazzoni2010-06-221-0/+1
* kconfig: build in BUILD_DIR/buildroot-configPeter Korsgaard2010-06-211-20/+21
* Makefile: fix make <blah>_defconfigPeter Korsgaard2010-06-211-1/+5
* Move config files into output directory for out-of-tree buildWill Wagner2010-06-211-101/+103
* toolchain: remove gcc 4.1.2 and non-sysroot supportPeter Korsgaard2010-06-151-10/+0
* bootloaders: move bootloader build code to boot/Thomas Petazzoni2010-06-101-1/+2
* Makefile: support gconfig (GTK-based configurator) similar to xconfigPeter Korsgaard2010-06-051-1/+10
* Makefile: cleanup *conf targetsPeter Korsgaard2010-06-051-18/+4
* Merge branch 'graph-dependencies' of git://git.busybox.net/~tpetazzoni/git/bu...Peter Korsgaard2010-05-271-0/+3
|\
| * Add a show-targets targetThomas Petazzoni2010-05-211-0/+3