2009-12-04 |
nbd | oops, forgot one small change in the last commit |
blob | commitdiff | raw |
2009-12-04 |
nbd | remove the redundant subdirectory from the packages... |
blob | commitdiff | raw | diff to current |
2009-12-03 |
florian | output firmware files in bin/$(BOARD) instead of bin/ |
blob | commitdiff | raw | diff to current |
2009-10-22 |
nbd | fix a typo |
blob | commitdiff | raw | diff to current |
2009-10-22 |
nbd | add some extra stripping options for kernel modules... |
blob | commitdiff | raw | diff to current |
2009-09-23 |
nico | [toolchain] add external toolchain support, enhance... |
blob | commitdiff | raw | diff to current |
2009-08-20 |
nbd | move the package dir to bin/packages/$(BOARD)_$(LIBC... |
blob | commitdiff | raw | diff to current |
2009-08-07 |
nbd | add a staging directory for unstripped package files... |
blob | commitdiff | raw | diff to current |
2009-08-01 |
nbd | add -L$(TOOLCHAIN_DIR)/lib to the LIBGCC_S variable... |
blob | commitdiff | raw | diff to current |
2009-08-01 |
florian | [package] do not set anything in DISABLE_IPV6 when... |
blob | commitdiff | raw | diff to current |
2009-07-25 |
florian | [package] globally define IPv6 support or not in OpenWr... |
blob | commitdiff | raw | diff to current |
2009-07-07 |
nico | add a config option to select the binary stripping... |
blob | commitdiff | raw | diff to current |
2009-05-30 |
lars | Set TARGET_CXX to 'no' if c++ is not enabled in the... |
blob | commitdiff | raw | diff to current |
2009-05-28 |
ralph | added BUILD_LOG_DIR variable, make clean will delete... |
blob | commitdiff | raw | diff to current |
2009-04-17 |
nbd | get rid of $Id$ - it has never helped us and it has... |
blob | commitdiff | raw | diff to current |
2009-03-14 |
nbd | move cflags default setting to target makefiles |
blob | commitdiff | raw | diff to current |
2009-03-09 |
nbd | prepend $(STAGING_DIR)/host to the PATH only in target... |
blob | commitdiff | raw | diff to current |
2009-03-03 |
nbd | replace a few unnecessary $(shell) calls |
blob | commitdiff | raw | diff to current |
2009-03-03 |
nbd | speed up metadata scanning a lot by avoiding unnecessar... |
blob | commitdiff | raw | diff to current |
2009-02-20 |
ralph | second part of target rootfs relocation |
blob | commitdiff | raw | diff to current |
2009-01-29 |
nico | remove LINUX_HEADERS_DIR, not used anymore |
blob | commitdiff | raw | diff to current |
2009-01-29 |
nico | [cosmetic] indent soft-float options |
blob | commitdiff | raw | diff to current |
2009-01-29 |
nico | move IPKG_STATE_DIR from ./rules.mk to ./include/packag... |
blob | commitdiff | raw | diff to current |
2009-01-24 |
lars | Use multi libc naming scheme for PACKAGE_DIR |
blob | commitdiff | raw | diff to current |
2009-01-17 |
nbd | Revert r14071 |
blob | commitdiff | raw | diff to current |
2009-01-17 |
nbd | add eabi suffix to the target name |
blob | commitdiff | raw | diff to current |
2009-01-13 |
nbd | add support for an optional staging directory for debug... |
blob | commitdiff | raw | diff to current |
2009-01-08 |
nico | [massive] add support for alternative C libraries ... |
blob | commitdiff | raw | diff to current |
2009-01-06 |
nbd | add the make variable LIBGCC_S, which points to the... |
blob | commitdiff | raw | diff to current |
2008-09-13 |
nbd | fix whitespace order in cflags without CONFIG_DEBUG... |
blob | commitdiff | raw | diff to current |
2008-09-13 |
lars | Revert r12510. Remove -rpath-link form TARGET_LDFLAGS... |
blob | commitdiff | raw | diff to current |
2008-09-13 |
nbd | add new option for enabling debugging symbols |
blob | commitdiff | raw | diff to current |
2008-09-03 |
nbd | add -rpath-link to TARGET_LDFLAGS by default |
blob | commitdiff | raw | diff to current |
2008-09-01 |
nbd | add TARGET_CXX variable which points to the c++ cross... |
blob | commitdiff | raw | diff to current |
2008-08-16 |
nbd | rework parallel building to get rid of some warnings |
blob | commitdiff | raw | diff to current |
2008-08-06 |
nbd | add a variable that contains the proper architecture... |
blob | commitdiff | raw | diff to current |
2008-07-31 |
nbd | add helper macro for stripping the last part of a versi... |
blob | commitdiff | raw | diff to current |
2008-07-19 |
florian | Native toolchain does not support -fhonour-copts, do... |
blob | commitdiff | raw | diff to current |
2008-06-10 |
blogic | adds missing patch for native toolchain |
blob | commitdiff | raw | diff to current |
2008-06-09 |
nbd | large improvement for parallel builds. works without... |
blob | commitdiff | raw | diff to current |
2008-04-15 |
nico | $(TARGET) is not anymore, replace it with $(ARCH) in... |
blob | commitdiff | raw | diff to current |
2008-02-14 |
nbd | revert ARM to oabi by default, add some eabi patches... |
blob | commitdiff | raw | diff to current |
2008-01-14 |
nbd | add $(TOOLCHAIN_DIR)/lib to $(TARGET_LDFLAGS) to ensure... |
blob | commitdiff | raw | diff to current |
2007-12-28 |
kaloz | fixup softfloat handling |
blob | commitdiff | raw | diff to current |
2007-12-27 |
nbd | add $(STAGING_DIR)/host, which contains target specific... |
blob | commitdiff | raw | diff to current |
2007-12-23 |
nbd | remove $(STAGING_DIR)/usr/bin from $(TARGET_PATH) |
blob | commitdiff | raw | diff to current |
2007-12-13 |
nbd | hopefully fix occasional uClibc/gcc build failures |
blob | commitdiff | raw | diff to current |
2007-11-17 |
nbd | fix hostapd rebuild check, isolate the common src/... |
blob | commitdiff | raw | diff to current |
2007-11-16 |
nbd | fix config change detect for hostapd |
blob | commitdiff | raw | diff to current |
2007-11-10 |
nbd | add config symbols for the kernel version |
blob | commitdiff | raw | diff to current |
2007-10-29 |
nbd | fix empty download dir error |
blob | commitdiff | raw | diff to current |
2007-10-24 |
florian | Treat i686 as an i386 if present, fixes build errors... |
blob | commitdiff | raw | diff to current |
2007-10-20 |
blogic | refreshed madwifi patches |
blob | commitdiff | raw | diff to current |
2007-10-14 |
blogic | add possibility to set default .config values |
blob | commitdiff | raw | diff to current |
2007-10-07 |
blogic | changed the -fhonours-copts gcc patch, such that the... |
blob | commitdiff | raw | diff to current |
2007-10-06 |
nbd | export STAGING_DIR |
blob | commitdiff | raw | diff to current |
2007-09-29 |
nbd | Refactor downloading code into download.mk |
blob | commitdiff | raw | diff to current |
2007-09-08 |
nbd | major target cleanup. it is now possible to have subtar... |
blob | commitdiff | raw | diff to current |
2007-09-03 |
nico | move TARGET_* flags from ./include/package-default... |
blob | commitdiff | raw | diff to current |
2007-09-03 |
nico | move ipkg related vars from ./rules.mk to ./include... |
blob | commitdiff | raw | diff to current |
2007-09-03 |
nico | remove uneeded PATH setting in ipkg invocation |
blob | commitdiff | raw | diff to current |
2007-08-30 |
nbd | clean up recursive dependency handling, use timestamp... |
blob | commitdiff | raw | diff to current |
2007-08-19 |
nico | add back STAGING_DIR/usr/bin to TARGET_PATH until all... |
blob | commitdiff | raw | diff to current |
2007-08-07 |
nbd | build system cleanup/restructuring as described in... |
blob | commitdiff | raw | diff to current |
2007-07-31 |
nbd | Port the mbsd_multi patch from freewrt, which adds... |
blob | commitdiff | raw | diff to current |
2007-07-28 |
nbd | more build system cleanup |
blob | commitdiff | raw | diff to current |
2007-07-19 |
florian | Add optionnal support for a BUILD_DIR suffix (#2057) |
blob | commitdiff | raw | diff to current |
2007-06-26 |
nbd | don't include .config if DUMP is set |
blob | commitdiff | raw | diff to current |
2007-06-04 |
hcg | Remove a debug statement from trx.c, add config changes... |
blob | commitdiff | raw | diff to current |
2007-04-18 |
nbd | the default_subtargets template was a bad idea, since... |
blob | commitdiff | raw | diff to current |
2007-04-18 |
nbd | Improved autorebuild for kernel related stuff. |
blob | commitdiff | raw | diff to current |
2007-04-04 |
mbm | revert [6857] for rules.mk; make cannot parse dependanc... |
blob | commitdiff | raw | diff to current |
2007-04-03 |
mbm | Tidy up Makefiles |
blob | commitdiff | raw | diff to current |
2007-03-22 |
hcg | Added rule for objdump |
blob | commitdiff | raw | diff to current |
2007-02-25 |
nbd | clean up stampfile mess for tools/ and toolchain/ |
blob | commitdiff | raw | diff to current |
2007-02-09 |
nbd | more fixes for rstrip.sh and kernel modules - fixes... |
blob | commitdiff | raw | diff to current |
2007-02-06 |
nbd | fix overzealous kmod stripping - it killed kernel modul... |
blob | commitdiff | raw | diff to current |
2007-01-21 |
nbd | another compile fix |
blob | commitdiff | raw | diff to current |
2007-01-21 |
nbd | pass the CFLAGS through the environment on compile... |
blob | commitdiff | raw | diff to current |
2007-01-01 |
rwhitby | Added OBJCOPY variable for calling the cross-objcopy... |
blob | commitdiff | raw | diff to current |
2006-12-31 |
florian | Add an install rule for configuration files |
blob | commitdiff | raw | diff to current |
2006-12-27 |
nbd | add staging_dir_*/usr/sbin to the TARGET_PATH (for... |
blob | commitdiff | raw | diff to current |
2006-11-22 |
nbd | add INSTALL_BIN, INSTALL_DIR, INSTALL_DATA variables |
blob | commitdiff | raw | diff to current |
2006-11-12 |
nbd | speed up the build system a little bit |
blob | commitdiff | raw | diff to current |
2006-11-11 |
nbd | make target/linux/* directories self-contained, use... |
blob | commitdiff | raw | diff to current |
2006-10-14 |
nbd | use := for TAR_OPTIONS |
blob | commitdiff | raw | diff to current |
2006-10-14 |
nbd | move '-' parameter to TAR_OPTIONS, so that packages... |
blob | commitdiff | raw | diff to current |
2006-10-13 |
nbd | finally move buildroot-ng to trunk |
blob | commitdiff | raw | diff to current |
2006-10-10 |
nbd | more fixes |
blob | commitdiff | raw | diff to current |
2006-10-10 |
nbd | don't include host.mk from rules.mk - confuses package... |
blob | commitdiff | raw | diff to current |
2006-10-10 |
nbd | more portability fixes and a prereq check for gnu tar |
blob | commitdiff | raw | diff to current |
2006-10-10 |
nbd | fix gcc compile |
blob | commitdiff | raw | diff to current |
2006-10-10 |
nbd | add support for a common shell include file, which... |
blob | commitdiff | raw | diff to current |
2006-10-10 |
nbd | move certain host related variables to .host.mk generat... |
blob | commitdiff | raw | diff to current |
2006-10-09 |
nbd | move ccache dir to staging_dir_arch (removing the stagi... |
blob | commitdiff | raw | diff to current |
2006-09-27 |
nbd | add portability fixes for toolchain/tools (full tools... |
blob | commitdiff | raw | diff to current |
2006-09-27 |
nbd | move tools from toolchain/ to tools/ |
blob | commitdiff | raw | diff to current |
2006-09-27 |
nbd | fix GNU_HOST_NAME for non-linux machines |
blob | commitdiff | raw | diff to current |
2006-08-10 |
mbm | add secret option to use host's toolchain when native... |
blob | commitdiff | raw | diff to current |
2006-08-10 |
nico | fix uml-2.6 (closes: #678) |
blob | commitdiff | raw | diff to current |
next |