summaryrefslogtreecommitdiffstats
path: root/include/package-defaults.mk
Commit message (Collapse)AuthorAgeFilesLines
* build system: introduce a new feature called build variants. it allows ↵Felix Fietkau2009-11-101-0/+1
| | | | | | building a package multiple times in one pass with different build dirs, based on the same build settings. replaces templating hacks like the one used in the hostapd package SVN-Revision: 18357
* add special handling for the adm5120 target, which uses subtargets for ↵Imre Kaloz2009-08-031-1/+5
| | | | | | different endianess -- later we should come up with something smarter SVN-Revision: 17101
* revert 17050 this was not the right way to fix thisFlorian Fainelli2009-08-011-3/+3
| | | | SVN-Revision: 17075
* use board names instead of arch in packagesImre Kaloz2009-07-311-1/+1
| | | | SVN-Revision: 17063
* move the global ipv6 option to the very bottom of the options passed to ↵Florian Fainelli2009-07-301-3/+3
| | | | | | configure scripts, so that we can still override it in package makefiles (#5592, #5586) SVN-Revision: 17050
* globally define IPv6 support or not in OpenWrt, just like for largefiles, ↵Florian Fainelli2009-07-251-1/+3
| | | | | | ipv6 disabled by default (#4857) SVN-Revision: 16983
* Fix configure script path when not at the root of $(PKG_BUILD_DIR), thanks ↵Florian Fainelli2009-07-021-1/+1
| | | | | | Daniel Dickinson (#5255) SVN-Revision: 16656
* add dist and distcheck target (to create new source balls)Ralph Hempel2009-05-311-1/+9
| | | | SVN-Revision: 16230
* remove 2 old interfering variables, probably missed from [15299]Nicolas Thill2009-04-221-2/+0
| | | | SVN-Revision: 15340
* move pkg config stuff to per-target exports to prevent interference with ↵Felix Fietkau2009-04-201-3/+0
| | | | | | host builds SVN-Revision: 15299
* replace a few unnecessary $(shell) callsFelix Fietkau2009-03-031-1/+1
| | | | SVN-Revision: 14739
* initialize the url field for packagesFelix Fietkau2009-02-231-0/+1
| | | | SVN-Revision: 14643
* eliminate redundancy by creating the quilt_used stampfile in the right placeFelix Fietkau2009-02-221-1/+0
| | | | SVN-Revision: 14620
* add support for build-only packages which do not appear in menuconfigFelix Fietkau2009-01-131-0/+1
| | | | SVN-Revision: 14009
* make config.{guess,sub} writable before attempting to overwrite them (many ↵Felix Fietkau2009-01-061-1/+1
| | | | | | packages have broken permissions in the tarball) SVN-Revision: 13887
* add default Build/Install template, which is activated by setting PKG_INSTALL=1Felix Fietkau2008-09-031-0/+11
| | | | SVN-Revision: 12512
* replace config.guess and config.sub properly, even if they are in a subdirectoryFelix Fietkau2008-08-051-1/+4
| | | | SVN-Revision: 12148
* export PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR by default (#3376)Felix Fietkau2008-07-311-2/+5
| | | | SVN-Revision: 12029
* add a configurable prefix for ./configureFelix Fietkau2007-12-271-8/+9
| | | | SVN-Revision: 9938
* add STAGING_DIR_HOST to PKG_CONFIG_PATHFelix Fietkau2007-12-231-1/+1
| | | | SVN-Revision: 9850
* DESCRIPTION:= is obselete, so complain if it is used and use TITLE if no ↵John Crispin2007-10-141-1/+0
| | | | | | description is set SVN-Revision: 9307
* move a stampfile to make it easier to override the patch templateFelix Fietkau2007-09-291-0/+1
| | | | SVN-Revision: 9062
* fix typo (thanks to jonasg[1] on irc)Nicolas Thill2007-09-051-1/+1
| | | | SVN-Revision: 8618
* move TARGET_* flags from ./include/package-default.mk to ./rules.mk, remove ↵Nicolas Thill2007-09-031-9/+4
| | | | | | EXTRA_* flags but still use them in configure and make SVN-Revision: 8592
* dynamically enable/disable kernel config options for kmod packages based on ↵Felix Fietkau2007-07-181-0/+1
| | | | | | build system config SVN-Revision: 8026
* use newer config.guess and config.sub for packages then the shipped onesImre Kaloz2007-06-081-0/+1
| | | | SVN-Revision: 7532
* Add quilt integration for packagesFelix Fietkau2007-06-031-3/+2
| | | | | | | | | | | | | make package/<package>-prepare QUILT=1 will apply all patches using quilt Autorebuild will be disabled, so that you can edit all patches in the build dir. When you're done editing patches and everything works, you can call: make package/<package>-refresh That will copy the updated patches from quilt into package/<package>/patches, and remove all old patches. Before the patches are overwritten, the correct order of the patches is verified ('cat series' is compared against 'sort series'). SVN-Revision: 7471
* split CONFIGURE_PATH into CONFIGURE_PATH and CONFIGURE_CMD for better ↵Felix Fietkau2007-03-241-3/+4
| | | | | | handling of subdirectories with configure SVN-Revision: 6681
* fix CONFIGURE_PATH and add MAKE_PATHFelix Fietkau2007-03-241-2/+4
| | | | SVN-Revision: 6680
* use recursive variable expansion for CONFIGURE_*, MAKE_* variables in the ↵Felix Fietkau2007-03-241-7/+7
| | | | | | package build so that TARGET_*FLAGS changes also apply SVN-Revision: 6678
* split package.mk and clean up build system code (based on patch by mbm), ↵Felix Fietkau2007-03-151-0/+106
makes the code more readable and speeds up metadata scan SVN-Revision: 6571