summaryrefslogtreecommitdiff
path: root/include/package-defaults.mk
AgeCommit message (Expand)Author
2023-03-13build: disable automake dependency trackingMichael Pratt
2022-12-29tree-wide: Do not use package librt and libpthreadHauke Mehrtens
2021-02-05build: use SPDX license tagsPaul Spooren
2020-09-09build: allow file modes per binary packageSebastian Kemper
2020-06-17toolchain: remove gcc libssp and use libc variantIan Cooper
2018-03-07include/package-defaults.mk: fix default Build/Prepare with empty ./srcMatthias Schiffer
2018-01-27build: cleanup SSP_SUPPORT configure optionJulien Dusser
2017-11-25build: allow defining license information per binary packageMichael Heimpold
2017-05-03build: reset ALTERNATIVES field in Package/DefaultYousong Zhou
2017-04-26include/packages-defaults.mk: Remove LARGEFILE optionDaniel Engberg
2016-10-15build: copy contents of 'src' folder to build dirs (if present)Alexandru Ardelean
2016-10-13build: use CXXFLAGS if definedHauke Mehrtens
2016-07-29cmake: include/cmake.mk add CMAKE_BINARY_SUBDIR to allow out of source tree b...Luke McKee
2016-04-13include: remove now unused PACKAGE_SUBDIR variableJo-Philipp Wich
2016-01-24include: group kmod ipk files into a "kernel" subdirectoryJo-Philipp Wich
2015-06-22gcc/musl: rework SSP-supportSteven Barth
2015-06-20package-defaults: remove libssp for musl (redundant)Steven Barth
2015-03-29include: remove trailing whitespacesLuka Perkov
2015-03-21package-defaults.mk: set DISABLE_NLS only if not CONFIG_BUILD_NLSJohn Crispin
2015-03-20build: add optional dependency on libssp to all non-kernel packagesFelix Fietkau
2015-03-12toolchain: The glorious return of glibc, ver 2.21John Crispin
2014-10-05build: add support for declaring package CONFLICTS which only affect selectin...Felix Fietkau
2014-09-23build: allow packages with build variants to explicitly select a default variantFelix Fietkau
2014-09-15include: remove file before overwritting it with replace_scriptJohn Crispin
2014-09-11include: add a meta data field for required system user:groupJohn Crispin
2014-03-21build: remove check to nonexistant CONFIG_ENABLE_LOCALE variable and move DIS...Felix Fietkau
2014-02-23build: allow packages to declare ABI versions to detect necessary package reb...Felix Fietkau
2012-12-22build: reduce the size of package metadata a bit to keep package list files s...Felix Fietkau
2012-12-22build: remove the default useless MAINTAINER valueFelix Fietkau
2012-10-08build: allow the package maintainer info to be specified globally for a sourc...Felix Fietkau
2012-09-23build: add the + token to any commands that can pass through the jobserver, f...Felix Fietkau
2012-09-19make packages depend on +librt and +libpthread by default if eglibc is in useJo-Philipp Wich
2012-06-10build: add a dependency on libc to all non-kernel packagesFelix Fietkau
2012-03-05build: remove redundant call to $(SH_FUNC) (#8042)Felix Fietkau
2012-03-01build: add TARGET_CXXFLAGS and EXTRA_CXXFLAGS, defaulting to *_CFLAGS via laz...Felix Fietkau
2011-07-02add support for hidden packages that get selected/built but do not show up in...Felix Fietkau
2011-04-05add a new package metadata variable MDEPENDS for specifying local menuconfig ...Felix Fietkau
2010-10-02add support for flagging packagesJo-Philipp Wich
2010-09-12Implement an ARCH_PACKAGES variable which defaults to BOARD but can be overri...Jo-Philipp Wich
2010-08-19speed up the build system by including include/shell.sh on shell commands onl...Felix Fietkau
2010-08-18Support parallel build of certain packagesMichael Büsch
2010-03-05The attached patch replaces $(1) install by $(if $(1), $(1), install) in the ...Travis Kemen
2009-11-10build system: introduce a new feature called build variants. it allows buildi...Felix Fietkau
2009-08-03add special handling for the adm5120 target, which uses subtargets for differ...Imre Kaloz
2009-08-01revert 17050 this was not the right way to fix thisFlorian Fainelli
2009-07-31use board names instead of arch in packagesImre Kaloz
2009-07-30move the global ipv6 option to the very bottom of the options passed to confi...Florian Fainelli
2009-07-25globally define IPv6 support or not in OpenWrt, just like for largefiles, ipv...Florian Fainelli
2009-07-02Fix configure script path when not at the root of $(PKG_BUILD_DIR), thanks Da...Florian Fainelli
2009-05-31add dist and distcheck target (to create new source balls)Ralph Hempel