summaryrefslogtreecommitdiffstats
path: root/include/package-defaults.mk
Commit message (Expand)AuthorAgeFilesLines
* build: reduce the size of package metadata a bit to keep package list files s...nbd2012-12-221-1/+0
* build: remove the default useless MAINTAINER valuenbd2012-12-221-2/+0
* build: allow the package maintainer info to be specified globally for a sourc...nbd2012-10-081-1/+3
* build: add the + token to any commands that can pass through the jobserver, f...nbd2012-09-231-1/+1
* [include] make packages depend on +librt and +libpthread by default if eglibc...jow2012-09-191-1/+3
* build: add a dependency on libc to all non-kernel packagesnbd2012-06-101-0/+6
* build: remove redundant call to $(SH_FUNC) (#8042)nbd2012-03-051-1/+1
* build: add TARGET_CXXFLAGS and EXTRA_CXXFLAGS, defaulting to *_CFLAGS via laz...nbd2012-03-011-2/+4
* add support for hidden packages that get selected/built but do not show up in...nbd2011-07-021-0/+1
* add a new package metadata variable MDEPENDS for specifying local menuconfig ...nbd2011-04-051-0/+1
* [include] add support for flagging packagesjow2010-10-021-0/+5
* [buildroot] Implement an ARCH_PACKAGES variable which defaults to BOARD but c...jow2010-09-121-3/+3
* speed up the build system by including include/shell.sh on shell commands onl...nbd2010-08-191-1/+1
* Support parallel build of certain packagesmb2010-08-181-1/+1
* The attached patch replaces $(1) install by $(if $(1), $(1),thepeople2010-03-051-1/+1
* build system: introduce a new feature called build variants.nbd2009-11-101-0/+1
* add special handling for the adm5120 target, which uses subtargets for differ...kaloz2009-08-031-1/+5
* [package] revert 17050 this was not the right way to fix thisflorian2009-08-011-3/+3
* use board names instead of arch in packageskaloz2009-07-311-1/+1
* [package] move the global ipv6 option to the very bottom of the options passe...florian2009-07-301-3/+3
* [package] globally define IPv6 support or not in OpenWrt, just like for large...florian2009-07-251-1/+3
* Fix configure script path when not at the root of $(PKG_BUILD_DIR), thanks Da...florian2009-07-021-1/+1
* [package] add dist and distcheck target (to create new source balls)ralph2009-05-311-1/+9
* remove 2 old interfering variables, probably missed from [15299]nico2009-04-221-2/+0
* move pkg config stuff to per-target exports to prevent interference with host...nbd2009-04-201-3/+0
* replace a few unnecessary $(shell) callsnbd2009-03-031-1/+1
* initialize the url field for packagesnbd2009-02-231-0/+1
* eliminate redundancy by creating the quilt_used stampfile in the right placenbd2009-02-221-1/+0
* add support for build-only packages which do not appear in menuconfignbd2009-01-131-0/+1
* make config.{guess,sub} writable before attempting to overwrite them (many pa...nbd2009-01-061-1/+1
* add default Build/Install template, which is activated by setting PKG_INSTALL=1nbd2008-09-031-0/+11
* replace config.guess and config.sub properly, even if they are in a subdirectorynbd2008-08-051-1/+4
* export PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR by default (#3376)nbd2008-07-311-2/+5
* add a configurable prefix for ./configurenbd2007-12-271-8/+9
* add STAGING_DIR_HOST to PKG_CONFIG_PATHnbd2007-12-231-1/+1
* DESCRIPTION:= is obselete, so complain if it is used and use TITLE if no desc...blogic2007-10-141-1/+0
* move a stampfile to make it easier to override the patch templatenbd2007-09-291-0/+1
* fix typo (thanks to jonasg[1] on irc)nico2007-09-051-1/+1
* move TARGET_* flags from ./include/package-default.mk to ./rules.mk, remove E...nico2007-09-031-9/+4
* dynamically enable/disable kernel config options for kmod packages based on b...nbd2007-07-181-0/+1
* use newer config.guess and config.sub for packages then the shipped oneskaloz2007-06-081-0/+1
* Add quilt integration for packagesnbd2007-06-031-3/+2
* split CONFIGURE_PATH into CONFIGURE_PATH and CONFIGURE_CMD for better handlin...nbd2007-03-241-3/+4
* fix CONFIGURE_PATH and add MAKE_PATHnbd2007-03-241-2/+4
* use recursive variable expansion for CONFIGURE_*, MAKE_* variables in the pac...nbd2007-03-241-7/+7
* split package.mk and clean up build system code (based on patch by mbm), make...nbd2007-03-151-0/+106