| Commit message (Expand) | Author | Age | Files | Lines |
* | add special handling for the adm5120 target, which uses subtargets for differ... | Imre Kaloz | 2009-08-03 | 1 | -1/+5 |
* | revert 17050 this was not the right way to fix this | Florian Fainelli | 2009-08-01 | 1 | -3/+3 |
* | use board names instead of arch in packages | Imre Kaloz | 2009-07-31 | 1 | -1/+1 |
* | move the global ipv6 option to the very bottom of the options passed to confi... | Florian Fainelli | 2009-07-30 | 1 | -3/+3 |
* | globally define IPv6 support or not in OpenWrt, just like for largefiles, ipv... | Florian Fainelli | 2009-07-25 | 1 | -1/+3 |
* | Fix configure script path when not at the root of $(PKG_BUILD_DIR), thanks Da... | Florian Fainelli | 2009-07-02 | 1 | -1/+1 |
* | add dist and distcheck target (to create new source balls) | Ralph Hempel | 2009-05-31 | 1 | -1/+9 |
* | remove 2 old interfering variables, probably missed from [15299] | Nicolas Thill | 2009-04-22 | 1 | -2/+0 |
* | move pkg config stuff to per-target exports to prevent interference with host... | Felix Fietkau | 2009-04-20 | 1 | -3/+0 |
* | replace a few unnecessary $(shell) calls | Felix Fietkau | 2009-03-03 | 1 | -1/+1 |
* | initialize the url field for packages | Felix Fietkau | 2009-02-23 | 1 | -0/+1 |
* | eliminate redundancy by creating the quilt_used stampfile in the right place | Felix Fietkau | 2009-02-22 | 1 | -1/+0 |
* | add support for build-only packages which do not appear in menuconfig | Felix Fietkau | 2009-01-13 | 1 | -0/+1 |
* | make config.{guess,sub} writable before attempting to overwrite them (many pa... | Felix Fietkau | 2009-01-06 | 1 | -1/+1 |
* | add default Build/Install template, which is activated by setting PKG_INSTALL=1 | Felix Fietkau | 2008-09-03 | 1 | -0/+11 |
* | replace config.guess and config.sub properly, even if they are in a subdirectory | Felix Fietkau | 2008-08-05 | 1 | -1/+4 |
* | export PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR by default (#3376) | Felix Fietkau | 2008-07-31 | 1 | -2/+5 |
* | add a configurable prefix for ./configure | Felix Fietkau | 2007-12-27 | 1 | -8/+9 |
* | add STAGING_DIR_HOST to PKG_CONFIG_PATH | Felix Fietkau | 2007-12-23 | 1 | -1/+1 |
* | DESCRIPTION:= is obselete, so complain if it is used and use TITLE if no desc... | John Crispin | 2007-10-14 | 1 | -1/+0 |
* | move a stampfile to make it easier to override the patch template | Felix Fietkau | 2007-09-29 | 1 | -0/+1 |
* | fix typo (thanks to jonasg[1] on irc) | Nicolas Thill | 2007-09-05 | 1 | -1/+1 |
* | move TARGET_* flags from ./include/package-default.mk to ./rules.mk, remove E... | Nicolas Thill | 2007-09-03 | 1 | -9/+4 |
* | dynamically enable/disable kernel config options for kmod packages based on b... | Felix Fietkau | 2007-07-18 | 1 | -0/+1 |
* | use newer config.guess and config.sub for packages then the shipped ones | Imre Kaloz | 2007-06-08 | 1 | -0/+1 |
* | Add quilt integration for packages | Felix Fietkau | 2007-06-03 | 1 | -3/+2 |
* | split CONFIGURE_PATH into CONFIGURE_PATH and CONFIGURE_CMD for better handlin... | Felix Fietkau | 2007-03-24 | 1 | -3/+4 |
* | fix CONFIGURE_PATH and add MAKE_PATH | Felix Fietkau | 2007-03-24 | 1 | -2/+4 |
* | use recursive variable expansion for CONFIGURE_*, MAKE_* variables in the pac... | Felix Fietkau | 2007-03-24 | 1 | -7/+7 |
* | split package.mk and clean up build system code (based on patch by mbm), make... | Felix Fietkau | 2007-03-15 | 1 | -0/+106 |