| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add maintainer to package metadata | Felix Fietkau | 2007-01-13 | 1 | -0/+1 |
* | Fix the annoying base-files autorebuild bug. | Felix Fietkau | 2007-01-12 | 1 | -1/+1 |
* | prevent pkg-config from looking for .pc files on the host system | Nicolas Thill | 2006-12-17 | 1 | -1/+1 |
* | allow package directories to override the path to configure | Felix Fietkau | 2006-12-08 | 1 | -1/+2 |
* | build all packages in a package directory by default if DEVELOPER or SDK is set | Felix Fietkau | 2006-11-30 | 1 | -2/+2 |
* | fix collecting package metadata on freebsd | Felix Fietkau | 2006-11-27 | 1 | -14/+20 |
* | fix pesky kmod-* ipkg install bug | Felix Fietkau | 2006-11-25 | 1 | -2/+2 |
* | make target/linux/* directories self-contained, use the selected kernel versi... | Felix Fietkau | 2006-11-11 | 1 | -9/+0 |
* | revert autotools files touching: it has side effects (closes: #918) | Nicolas Thill | 2006-11-05 | 1 | -14/+0 |
* | Move out autotools touching stuff to a macro | Florian Fainelli | 2006-11-02 | 1 | -2/+6 |
* | Ok, third round, the right one, touch the file anyway, does not break other p... | Florian Fainelli | 2006-11-02 | 1 | -7/+8 |
* | Update makefiles to use the autotools stuff put in the template, remove bogus... | Florian Fainelli | 2006-11-02 | 1 | -1/+0 |
* | Some more stuff | Florian Fainelli | 2006-11-02 | 1 | -0/+4 |
* | Move out some generic code to prevent autotools from re-creating files | Florian Fainelli | 2006-11-02 | 1 | -0/+6 |
* | strip third arg (dir name) to Build/Configure/Default macro | Nicolas Thill | 2006-10-22 | 1 | -1/+1 |
* | enable download target only if PKG_SOURCE_URL is set | Felix Fietkau | 2006-10-19 | 1 | -1/+1 |
* | add sitefiles similar to the ones from openembedded | Felix Fietkau | 2006-10-19 | 1 | -0/+2 |
* | fix unnecessary kernel package recompile | Felix Fietkau | 2006-10-19 | 1 | -10/+12 |
* | change rm to rm -f to avoid bogus make messages | Felix Fietkau | 2006-10-18 | 1 | -1/+1 |
* | add PROVIDES option, currently only used for menuconfig | Felix Fietkau | 2006-10-17 | 1 | -0/+2 |
* | check for empty patch directories | Felix Fietkau | 2006-10-14 | 1 | -1/+1 |
* | fix mistakes in unpack change | Felix Fietkau | 2006-10-14 | 1 | -1/+1 |
* | move common unpacking code to unpack.mk, replace zcat with $(ZCAT) for system... | Felix Fietkau | 2006-10-14 | 1 | -6/+2 |
* | don't include host.mk from rules.mk - confuses package dump | Felix Fietkau | 2006-10-10 | 1 | -0/+1 |
* | add support for Package/<pkgname>/description - old format still supported, b... | Felix Fietkau | 2006-10-10 | 1 | -1/+8 |
* | add support for a common shell include file, which is evaluated for every mak... | Felix Fietkau | 2006-10-10 | 1 | -15/+23 |
* | put LINUX_KARCH in .kernel.mk | Felix Fietkau | 2006-10-10 | 1 | -1/+1 |
* | fix unnecessary package rebuild | Felix Fietkau | 2006-10-08 | 1 | -2/+1 |
* | speed up package prereq check (only run make on those directories that actual... | Felix Fietkau | 2006-10-05 | 1 | -1/+2 |
* | fix DESCRIPTION use in menuconfig and ipkg control files | Nicolas Thill | 2006-09-24 | 1 | -10/+11 |
* | add CXXFLAGS and PKG_CONFIG_PATH in Build/Configure/Default, | Nicolas Thill | 2006-09-24 | 1 | -2/+5 |
* | correct arguments to Build/Prepare/Default | Mike Baker | 2006-09-18 | 1 | -1/+1 |
* | add quotes to ipkg name in the rebuild check | Felix Fietkau | 2006-09-07 | 1 | -1/+1 |
* | don't run rebuild checks for dump and prereq | Felix Fietkau | 2006-09-07 | 1 | -7/+9 |
* | add extra rebuild check for development libraries | Felix Fietkau | 2006-09-07 | 1 | -0/+4 |
* | fix unnecessary rebuilds for library package directories with no selected pac... | Felix Fietkau | 2006-09-07 | 1 | -11/+14 |
* | use an if block on the whole configure command | Felix Fietkau | 2006-08-30 | 1 | -1/+2 |
* | fix previous commit | Mike Baker | 2006-08-30 | 1 | -3/+2 |
* | only run trap error code in the configure template, if the configure script w... | Felix Fietkau | 2006-08-30 | 1 | -2/+2 |
* | Add new warning to help track down pesky compile issues | Mike Baker | 2006-08-30 | 1 | -1/+7 |
* | tidy up output | Mike Baker | 2006-08-17 | 1 | -2/+7 |
* | fix accidental tab | Mike Baker | 2006-08-17 | 1 | -2/+2 |
* | Show error messages when collecting the package info | Mike Baker | 2006-08-16 | 1 | -0/+2 |
* | set PATH in rules.mk | Mike Baker | 2006-08-04 | 1 | -2/+2 |
* | fix everything I broke with the previous patches | Mike Baker | 2006-08-04 | 1 | -1/+1 |
* | more cleanup (make sure to pass TARGET_PATH and not just TARGET_CC) | Mike Baker | 2006-08-04 | 1 | -1/+0 |
* | remove debug line | Mike Baker | 2006-08-02 | 1 | -2/+1 |
* | correct [4397] | Mike Baker | 2006-08-02 | 1 | -1/+1 |
* | fix CONFIG_ALL | Mike Baker | 2006-08-02 | 1 | -2/+2 |
* | minor makefile tweaks | Mike Baker | 2006-08-02 | 1 | -28/+29 |