aboutsummaryrefslogtreecommitdiff
path: root/include/package-defaults.mk
Commit message (Expand)AuthorAge
* build: add support for declaring package CONFLICTS which only affect selectin...Felix Fietkau2014-10-05
* build: allow packages with build variants to explicitly select a default variantFelix Fietkau2014-09-23
* include: remove file before overwritting it with replace_scriptJohn Crispin2014-09-15
* include: add a meta data field for required system user:groupJohn Crispin2014-09-11
* build: remove check to nonexistant CONFIG_ENABLE_LOCALE variable and move DIS...Felix Fietkau2014-03-21
* build: allow packages to declare ABI versions to detect necessary package reb...Felix Fietkau2014-02-23
* build: reduce the size of package metadata a bit to keep package list files s...Felix Fietkau2012-12-22
* build: remove the default useless MAINTAINER valueFelix Fietkau2012-12-22
* build: allow the package maintainer info to be specified globally for a sourc...Felix Fietkau2012-10-08
* build: add the + token to any commands that can pass through the jobserver, f...Felix Fietkau2012-09-23
* make packages depend on +librt and +libpthread by default if eglibc is in useJo-Philipp Wich2012-09-19
* build: add a dependency on libc to all non-kernel packagesFelix Fietkau2012-06-10
* build: remove redundant call to $(SH_FUNC) (#8042)Felix Fietkau2012-03-05
* build: add TARGET_CXXFLAGS and EXTRA_CXXFLAGS, defaulting to *_CFLAGS via laz...Felix Fietkau2012-03-01
* add support for hidden packages that get selected/built but do not show up in...Felix Fietkau2011-07-02
* add a new package metadata variable MDEPENDS for specifying local menuconfig ...Felix Fietkau2011-04-05
* add support for flagging packagesJo-Philipp Wich2010-10-02
* Implement an ARCH_PACKAGES variable which defaults to BOARD but can be overri...Jo-Philipp Wich2010-09-12
* speed up the build system by including include/shell.sh on shell commands onl...Felix Fietkau2010-08-19
* Support parallel build of certain packagesMichael Büsch2010-08-18
* The attached patch replaces $(1) install by $(if $(1), $(1), install) in the ...Travis Kemen2010-03-05
* build system: introduce a new feature called build variants. it allows buildi...Felix Fietkau2009-11-10
* add special handling for the adm5120 target, which uses subtargets for differ...Imre Kaloz2009-08-03
* revert 17050 this was not the right way to fix thisFlorian Fainelli2009-08-01
* use board names instead of arch in packagesImre Kaloz2009-07-31
* move the global ipv6 option to the very bottom of the options passed to confi...Florian Fainelli2009-07-30
* globally define IPv6 support or not in OpenWrt, just like for largefiles, ipv...Florian Fainelli2009-07-25
* Fix configure script path when not at the root of $(PKG_BUILD_DIR), thanks Da...Florian Fainelli2009-07-02
* add dist and distcheck target (to create new source balls)Ralph Hempel2009-05-31
* remove 2 old interfering variables, probably missed from [15299]Nicolas Thill2009-04-22
* move pkg config stuff to per-target exports to prevent interference with host...Felix Fietkau2009-04-20
* replace a few unnecessary $(shell) callsFelix Fietkau2009-03-03
* initialize the url field for packagesFelix Fietkau2009-02-23
* eliminate redundancy by creating the quilt_used stampfile in the right placeFelix Fietkau2009-02-22
* add support for build-only packages which do not appear in menuconfigFelix Fietkau2009-01-13
* make config.{guess,sub} writable before attempting to overwrite them (many pa...Felix Fietkau2009-01-06
* add default Build/Install template, which is activated by setting PKG_INSTALL=1Felix Fietkau2008-09-03
* replace config.guess and config.sub properly, even if they are in a subdirectoryFelix Fietkau2008-08-05
* export PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR by default (#3376)Felix Fietkau2008-07-31
* add a configurable prefix for ./configureFelix Fietkau2007-12-27
* add STAGING_DIR_HOST to PKG_CONFIG_PATHFelix Fietkau2007-12-23
* DESCRIPTION:= is obselete, so complain if it is used and use TITLE if no desc...John Crispin2007-10-14
* move a stampfile to make it easier to override the patch templateFelix Fietkau2007-09-29
* fix typo (thanks to jonasg[1] on irc)Nicolas Thill2007-09-05
* move TARGET_* flags from ./include/package-default.mk to ./rules.mk, remove E...Nicolas Thill2007-09-03
* dynamically enable/disable kernel config options for kmod packages based on b...Felix Fietkau2007-07-18
* use newer config.guess and config.sub for packages then the shipped onesImre Kaloz2007-06-08
* Add quilt integration for packagesFelix Fietkau2007-06-03
* split CONFIGURE_PATH into CONFIGURE_PATH and CONFIGURE_CMD for better handlin...Felix Fietkau2007-03-24
* fix CONFIGURE_PATH and add MAKE_PATHFelix Fietkau2007-03-24