summaryrefslogtreecommitdiff
path: root/include/package-defaults.mk
AgeCommit message (Expand)Author
2014-03-21build: remove check to nonexistant CONFIG_ENABLE_LOCALE variable and move DIS...nbd
2014-02-23build: allow packages to declare ABI versions to detect necessary package reb...nbd
2012-12-22build: reduce the size of package metadata a bit to keep package list files s...nbd
2012-12-22build: remove the default useless MAINTAINER valuenbd
2012-10-08build: allow the package maintainer info to be specified globally for a sourc...nbd
2012-09-23build: add the + token to any commands that can pass through the jobserver, f...nbd
2012-09-19[include] make packages depend on +librt and +libpthread by default if eglibc...jow
2012-06-10build: add a dependency on libc to all non-kernel packagesnbd
2012-03-05build: remove redundant call to $(SH_FUNC) (#8042)nbd
2012-03-01build: add TARGET_CXXFLAGS and EXTRA_CXXFLAGS, defaulting to *_CFLAGS via laz...nbd
2011-07-02add support for hidden packages that get selected/built but do not show up in...nbd
2011-04-05add a new package metadata variable MDEPENDS for specifying local menuconfig ...nbd
2010-10-02[include] add support for flagging packagesjow
2010-09-12[buildroot] Implement an ARCH_PACKAGES variable which defaults to BOARD but c...jow
2010-08-19speed up the build system by including include/shell.sh on shell commands onl...nbd
2010-08-18Support parallel build of certain packagesmb
2010-03-05The attached patch replaces $(1) install by $(if $(1), $(1),thepeople
2009-11-10build system: introduce a new feature called build variants.nbd
2009-08-03add special handling for the adm5120 target, which uses subtargets for differ...kaloz
2009-08-01[package] revert 17050 this was not the right way to fix thisflorian
2009-07-31use board names instead of arch in packageskaloz
2009-07-30[package] move the global ipv6 option to the very bottom of the options passe...florian
2009-07-25[package] globally define IPv6 support or not in OpenWrt, just like for large...florian
2009-07-02Fix configure script path when not at the root of $(PKG_BUILD_DIR), thanks Da...florian
2009-05-31[package] add dist and distcheck target (to create new source balls)ralph
2009-04-22remove 2 old interfering variables, probably missed from [15299]nico
2009-04-20move pkg config stuff to per-target exports to prevent interference with host...nbd
2009-03-03replace a few unnecessary $(shell) callsnbd
2009-02-23initialize the url field for packagesnbd
2009-02-22eliminate redundancy by creating the quilt_used stampfile in the right placenbd
2009-01-13add support for build-only packages which do not appear in menuconfignbd
2009-01-06make config.{guess,sub} writable before attempting to overwrite them (many pa...nbd
2008-09-03add default Build/Install template, which is activated by setting PKG_INSTALL=1nbd
2008-08-05replace config.guess and config.sub properly, even if they are in a subdirectorynbd
2008-07-31export PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR by default (#3376)nbd
2007-12-27add a configurable prefix for ./configurenbd
2007-12-23add STAGING_DIR_HOST to PKG_CONFIG_PATHnbd
2007-10-14DESCRIPTION:= is obselete, so complain if it is used and use TITLE if no desc...blogic
2007-09-29move a stampfile to make it easier to override the patch templatenbd
2007-09-05fix typo (thanks to jonasg[1] on irc)nico
2007-09-03move TARGET_* flags from ./include/package-default.mk to ./rules.mk, remove E...nico
2007-07-18dynamically enable/disable kernel config options for kmod packages based on b...nbd
2007-06-08use newer config.guess and config.sub for packages then the shipped oneskaloz
2007-06-03Add quilt integration for packagesnbd
2007-03-24split CONFIGURE_PATH into CONFIGURE_PATH and CONFIGURE_CMD for better handlin...nbd
2007-03-24fix CONFIGURE_PATH and add MAKE_PATHnbd
2007-03-24use recursive variable expansion for CONFIGURE_*, MAKE_* variables in the pac...nbd
2007-03-15split package.mk and clean up build system code (based on patch by mbm), make...nbd