hostapd: fix a race condition related to assoc response tx status processing
[openwrt/openwrt.git] / rules.mk
2011-04-11 Jo-Philipp Wichrules.mk: properly populate $(LIBGCC_S) for external...
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 Wichadd an abstract $(LIBRPC_DEPENDS) variable for feed...
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 Wichremove support for disabling large file support, it...
2011-01-16 Felix Fietkaumpc85xx: add a new 'spe_fpu' feature flag for the FPU...
2010-12-13 Jo-Philipp Wich- implement hooks for hostbuilds - use host build hooks...
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 WichAdd two debug rules the examine the values of runtime...
2010-10-07 Jo-Philipp Wichrename PATCH to KPATCH
2010-09-12 Jo-Philipp Wichdrop the usr/ prefix when scanning for libgcc.a
2010-09-12 Jo-Philipp WichImplement an ARCH_PACKAGES variable which defaults...
2010-09-11 Florian Fainelliccache 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 Fainellifix 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 Thilladd external toolchain support, enhance native toolchai...
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 Fainellido not set anything in DISABLE_IPV6 when set, let the...
2009-07-25 Florian Fainelliglobally define IPv6 support or not in OpenWrt, just...
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 Thillindent 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 Thilladd support for alternative C libraries (currently...
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 Support...
2007-09-08 Felix Fietkaumajor target cleanup. it is now possible to have subtar...
2007-09-03 Nicolas Thillmove TARGET_* flags from ./include/package-default...
2007-09-03 Nicolas Thillmove ipkg related vars from ./rules.mk to ./include...
2007-09-03 Nicolas Thillremove uneeded PATH setting in ipkg invocation
2007-08-30 Felix Fietkauclean up recursive dependency handling, use timestamp...
2007-08-19 Nicolas Thilladd back STAGING_DIR/usr/bin to TARGET_PATH until all...
2007-08-07 Felix Fietkaubuild system cleanup/restructuring as described in...
2007-07-31 Felix FietkauPort the mbsd_multi patch from freewrt, which adds...
next