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.mk
Age
Commit message (
Expand
)
Author
2006-10-22
strip third arg (dir name) to Build/Configure/Default macro
nico
2006-10-19
enable download target only if PKG_SOURCE_URL is set
nbd
2006-10-19
add sitefiles similar to the ones from openembedded
nbd
2006-10-19
fix unnecessary kernel package recompile
nbd
2006-10-18
change rm to rm -f to avoid bogus make messages
nbd
2006-10-17
add PROVIDES option, currently only used for menuconfig
nbd
2006-10-14
check for empty patch directories
nbd
2006-10-14
fix mistakes in unpack change
nbd
2006-10-14
move common unpacking code to unpack.mk, replace zcat with $(ZCAT) for system...
nbd
2006-10-10
don't include host.mk from rules.mk - confuses package dump
nbd
2006-10-10
add support for Package/<pkgname>/description - old format still supported, b...
nbd
2006-10-10
add support for a common shell include file, which is evaluated for every mak...
nbd
2006-10-10
put LINUX_KARCH in .kernel.mk
nbd
2006-10-08
fix unnecessary package rebuild
nbd
2006-10-05
speed up package prereq check (only run make on those directories that actual...
nbd
2006-09-24
fix DESCRIPTION use in menuconfig and ipkg control files
nico
2006-09-24
add CXXFLAGS and PKG_CONFIG_PATH in Build/Configure/Default,
nico
2006-09-18
correct arguments to Build/Prepare/Default
mbm
2006-09-07
add quotes to ipkg name in the rebuild check
nbd
2006-09-07
don't run rebuild checks for dump and prereq
nbd
2006-09-07
add extra rebuild check for development libraries
nbd
2006-09-07
fix unnecessary rebuilds for library package directories with no selected pac...
nbd
2006-08-30
use an if block on the whole configure command
nbd
2006-08-30
fix previous commit
mbm
2006-08-30
only run trap error code in the configure template, if the configure script w...
nbd
2006-08-30
Add new warning to help track down pesky compile issues
mbm
2006-08-17
tidy up output
mbm
2006-08-17
fix accidental tab
mbm
2006-08-16
Show error messages when collecting the package info
mbm
2006-08-04
set PATH in rules.mk
mbm
2006-08-04
fix everything I broke with the previous patches
mbm
2006-08-04
more cleanup (make sure to pass TARGET_PATH and not just TARGET_CC)
mbm
2006-08-02
remove debug line
mbm
2006-08-02
correct [4397]
mbm
2006-08-02
fix CONFIG_ALL
mbm
2006-08-02
minor makefile tweaks
mbm
2006-07-29
add support for per-package prereq checks, run global prereq checks before (m...
nbd
2006-07-28
fix build issues with SMP compiles
mbm
2006-07-26
add more ipkg validation checks
mbm
2006-07-21
add submenu dependencies (used to hide the proprietary broadcom driver on any...
nbd
2006-07-20
change 'source' to 'download'
mbm
2006-07-18
make the buildroot-ng sdk compatible with the old packages
nbd
2006-07-18
check if the Package/$(NAME) template is defined before packaging or installi...
nbd
2006-07-10
rebuild ipkg control files if Makefile changes
mbm
2006-07-10
add a new FORCEREBUILD option to Package/<name> to force a package to be rebu...
mbm
2006-06-27
credit where credit is due
mbm
2006-06-25
move the broadcom driver stuff into its own submenu
nbd
2006-06-22
remove stale reference to package/rules.mk - not that useful in the dependenc...
nbd
2006-06-21
massive cleanup of toolchain/
nbd
2006-06-21
build system cleanup. move shared include files into $(TOPDIR)/include, move ...
nbd