index
:
openwrt.git
fast2504n-3.10.17
fast2504n-3.10.26
fast2504n-3.8
master
OpenWRT with patches for F@ST2504n board
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
package-defaults.mk
Age
Commit message (
Expand
)
Author
2009-04-22
remove 2 old interfering variables, probably missed from [15299]
nico
2009-04-20
move pkg config stuff to per-target exports to prevent interference with host...
nbd
2009-03-03
replace a few unnecessary $(shell) calls
nbd
2009-02-23
initialize the url field for packages
nbd
2009-02-22
eliminate redundancy by creating the quilt_used stampfile in the right place
nbd
2009-01-13
add support for build-only packages which do not appear in menuconfig
nbd
2009-01-06
make config.{guess,sub} writable before attempting to overwrite them (many pa...
nbd
2008-09-03
add default Build/Install template, which is activated by setting PKG_INSTALL=1
nbd
2008-08-05
replace config.guess and config.sub properly, even if they are in a subdirectory
nbd
2008-07-31
export PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR by default (#3376)
nbd
2007-12-27
add a configurable prefix for ./configure
nbd
2007-12-23
add STAGING_DIR_HOST to PKG_CONFIG_PATH
nbd
2007-10-14
DESCRIPTION:= is obselete, so complain if it is used and use TITLE if no desc...
blogic
2007-09-29
move a stampfile to make it easier to override the patch template
nbd
2007-09-05
fix typo (thanks to jonasg[1] on irc)
nico
2007-09-03
move TARGET_* flags from ./include/package-default.mk to ./rules.mk, remove E...
nico
2007-07-18
dynamically enable/disable kernel config options for kmod packages based on b...
nbd
2007-06-08
use newer config.guess and config.sub for packages then the shipped ones
kaloz
2007-06-03
Add quilt integration for packages
nbd
2007-03-24
split CONFIGURE_PATH into CONFIGURE_PATH and CONFIGURE_CMD for better handlin...
nbd
2007-03-24
fix CONFIGURE_PATH and add MAKE_PATH
nbd
2007-03-24
use recursive variable expansion for CONFIGURE_*, MAKE_* variables in the pac...
nbd
2007-03-15
split package.mk and clean up build system code (based on patch by mbm), make...
nbd