[package] firewall: bail out if uci is used in firewall include files
[openwrt/svn-archive/archive.git] / rules.mk
2012-02-20 Felix Fietkaustrip kernel modules more aggressively: make all global...
2012-02-15 Felix Fietkaubuild: add -Wno-error=unused-but-set-variable to cflags...
2012-01-29 Jo-Philipp Wich[buildroot] rules.mk: filter "." and "./" entries from...
2012-01-18 Jo-Philipp Wich[buildroot] use ext-toolchain.sh to integrate external...
2012-01-15 John Crispintools: clean up Makefiles / make ccache work
2011-09-05 Jo-Philipp Wich[buildroot] rules.mk: provide a LIBGCC_A variable
2011-07-25 Felix Fietkauonly export GCC_HONOUR_COPTS for the built-in toolchain...
2011-07-03 John Crispinadd menuconfig option to enable log files during build...
2011-04-11 Jo-Philipp Wich[buildroot] rules.mk: properly populate $(LIBGCC_S...
2011-04-02 Felix Fietkauset TOOLCHAIN_DIR var when using external toolchain
2011-03-26 Felix FietkauRevert "kernel: remove all local symbols from kernel...
2011-03-26 Felix Fietkaustrip .gnu.attributes and .reginfo from kernel modules
2011-03-18 Felix Fietkaustrip .note.gnu.build-id from kernel modules
2011-03-15 Felix Fietkaubuild: move the CCACHE_DIR to the build targets so...
2011-03-07 Imre Kalozonly support EABI on ARM targets
2011-03-03 Jo-Philipp Wich[buildroot] add an abstract $(LIBRPC_DEPENDS) variable...
2011-02-25 Imre KalozWe use different toolchain directories for different
2011-02-13 Felix Fietkauadd a variable LIBRPC to refer to the external librpc...
2011-01-28 Jo-Philipp Wich[toolchain] remove support for disabling large file...
2011-01-16 Felix Fietkaumpc85xx: add a new 'spe_fpu' feature flag for the FPU...
2010-12-13 Jo-Philipp Wich[include]
2010-10-31 Felix Fietkauremove an obsolete comment for the flock template
2010-10-31 Felix Fietkaufix usage of flock - use the command mode instead of...
2010-10-29 Michael BüschAdd macro for locking of recipe commands.
2010-10-23 Michael BüschAdd HOST_FPIC. It currently always is -fPIC, because...
2010-10-10 Jo-Philipp Wich[buildroot] Add two debug rules the examine the values...
2010-10-07 Jo-Philipp Wich[include] rename PATCH to KPATCH
2010-09-12 Jo-Philipp Wich[buildroot] drop the usr/ prefix when scanning for...
2010-09-12 Jo-Philipp Wich[buildroot] Implement an ARCH_PACKAGES variable which...
2010-09-11 Florian Fainelli[buildroot] ccache TARGET_CXX
2010-08-19 Felix Fietkaufix compile errors by forcing bash to be used as a...
2010-08-19 Felix Fietkautoolchain: fix the sysroot mess by getting rid of ...
2010-08-19 Felix Fietkauspeed up the build system by including include/shell...
2010-07-31 Florian Fainelli[buildroot] fix for GREP_OPTIONS
2010-03-30 Nicolas Thillfix path to libgcc.a in LIBGCC_S
2010-03-29 Felix Fietkauuse lazy evaluation for TARGET_CONFIGURE_OPTS to make...
2010-03-14 Felix Fietkauadd an arch suffix for handling different variants...
2010-03-05 Travis Kementhere are quite a lot of package using ln -sf in their...
2010-02-27 Nicolas Thilluse distinct build/staging dirs for EABI/OABI builds
2010-02-27 Nicolas Thilluse a DIR_SUFFIX variable to hold libc/version and...
2010-02-24 Felix Fietkauremove support for DEBUG_DIR, it has lost its purpose...
2010-02-24 Lars-Peter ClausenAdd include_mk template which makes it a bit more convi...
2010-01-22 Nicolas Thilladd a config item to specify arguments to strip
2009-12-04 Felix Fietkauoops, forgot one small change in the last commit
2009-12-04 Felix Fietkauremove the redundant subdirectory from the packages...
2009-12-03 Florian Fainellioutput firmware files in bin/$(BOARD) instead of bin/
2009-10-22 Felix Fietkaufix a typo
2009-10-22 Felix Fietkauadd some extra stripping options for kernel modules...
2009-09-23 Nicolas Thill[toolchain] add external toolchain support, enhance...
2009-08-20 Felix Fietkaumove the package dir to bin/packages/$(BOARD)_$(LIBC...
2009-08-07 Felix Fietkauadd a staging directory for unstripped package files...
2009-08-01 Felix Fietkauadd -L$(TOOLCHAIN_DIR)/lib to the LIBGCC_S variable...
2009-08-01 Florian Fainelli[package] do not set anything in DISABLE_IPV6 when...
2009-07-25 Florian Fainelli[package] globally define IPv6 support or not in OpenWr...
2009-07-07 Nicolas Thilladd a config option to select the binary stripping...
2009-05-30 Lars-Peter ClausenSet TARGET_CXX to 'no' if c++ is not enabled in the...
2009-05-28 Ralph Hempeladded BUILD_LOG_DIR variable, make clean will delete...
2009-04-17 Felix Fietkauget rid of $Id$ - it has never helped us and it has...
2009-03-14 Felix Fietkaumove cflags default setting to target makefiles
2009-03-09 Felix Fietkauprepend $(STAGING_DIR)/host to the PATH only in target...
2009-03-03 Felix Fietkaureplace a few unnecessary $(shell) calls
2009-03-03 Felix Fietkauspeed up metadata scanning a lot by avoiding unnecessar...
2009-02-20 Ralph Hempelsecond part of target rootfs relocation
2009-01-29 Nicolas Thillremove LINUX_HEADERS_DIR, not used anymore
2009-01-29 Nicolas Thill[cosmetic] indent soft-float options
2009-01-29 Nicolas Thillmove IPKG_STATE_DIR from ./rules.mk to ./include/packag...
2009-01-24 Lars-Peter ClausenUse multi libc naming scheme for PACKAGE_DIR
2009-01-17 Felix FietkauRevert r14071
2009-01-17 Felix Fietkauadd eabi suffix to the target name
2009-01-13 Felix Fietkauadd support for an optional staging directory for debug...
2009-01-08 Nicolas Thill[massive] add support for alternative C libraries ...
2009-01-06 Felix Fietkauadd the make variable LIBGCC_S, which points to the...
2008-09-13 Felix Fietkaufix whitespace order in cflags without CONFIG_DEBUG...
2008-09-13 Lars-Peter ClausenRevert r12510. Remove -rpath-link form TARGET_LDFLAGS...
2008-09-13 Felix Fietkauadd new option for enabling debugging symbols
2008-09-03 Felix Fietkauadd -rpath-link to TARGET_LDFLAGS by default
2008-09-01 Felix Fietkauadd TARGET_CXX variable which points to the c++ cross...
2008-08-16 Felix Fietkaurework parallel building to get rid of some warnings
2008-08-06 Felix Fietkauadd a variable that contains the proper architecture...
2008-07-31 Felix Fietkauadd helper macro for stripping the last part of a versi...
2008-07-19 Florian FainelliNative toolchain does not support -fhonour-copts, do...
2008-06-10 John Crispinadds missing patch for native toolchain
2008-06-09 Felix Fietkaularge improvement for parallel builds. works without...
2008-04-15 Nicolas Thill$(TARGET) is not anymore, replace it with $(ARCH) in...
2008-02-14 Felix Fietkaurevert ARM to oabi by default, add some eabi patches...
2008-01-14 Felix Fietkauadd $(TOOLCHAIN_DIR)/lib to $(TARGET_LDFLAGS) to ensure...
2007-12-28 Imre Kalozfixup softfloat handling
2007-12-27 Felix Fietkauadd $(STAGING_DIR)/host, which contains target specific...
2007-12-23 Felix Fietkauremove $(STAGING_DIR)/usr/bin from $(TARGET_PATH)
2007-12-13 Felix Fietkauhopefully fix occasional uClibc/gcc build failures
2007-11-17 Felix Fietkaufix hostapd rebuild check, isolate the common src/...
2007-11-16 Felix Fietkaufix config change detect for hostapd
2007-11-10 Felix Fietkauadd config symbols for the kernel version
2007-10-29 Felix Fietkaufix empty download dir error
2007-10-24 Florian FainelliTreat i686 as an i386 if present, fixes build errors...
2007-10-20 John Crispinrefreshed madwifi patches
2007-10-14 John Crispinadd possibility to set default .config values
2007-10-07 John Crispinchanged the -fhonours-copts gcc patch, such that the...
2007-10-06 Felix Fietkauexport STAGING_DIR
2007-09-29 Felix FietkauRefactor downloading code into download.mk
next