aboutsummaryrefslogtreecommitdiff
path: root/openwrt/include/package.mk
Commit message (Collapse)AuthorAge
* add support for Package/<pkgname>/description - old format still supported, ↵Felix Fietkau2006-10-10
| | | | | | but deprecated SVN-Revision: 5015
* add support for a common shell include file, which is evaluated for every ↵Felix Fietkau2006-10-10
| | | | | | make shell call, simplify variable passing to the shell with shvar and shexport templates, use Package/<pkgname>/config for adding config.in data SVN-Revision: 5014
* put LINUX_KARCH in .kernel.mkFelix Fietkau2006-10-10
| | | | SVN-Revision: 5013
* fix unnecessary package rebuildFelix Fietkau2006-10-08
| | | | SVN-Revision: 4954
* speed up package prereq check (only run make on those directories that ↵Felix Fietkau2006-10-05
| | | | | | actually contain prereq checks) SVN-Revision: 4927
* fix DESCRIPTION use in menuconfig and ipkg control filesNicolas Thill2006-09-24
| | | | SVN-Revision: 4856
* add CXXFLAGS and PKG_CONFIG_PATH in Build/Configure/Default, add ↵Nicolas Thill2006-09-24
| | | | | | EXTRA_LDFLAGS in Build/Compile/Default, use consistent search order for includes in CFLAGS. SVN-Revision: 4849
* correct arguments to Build/Prepare/DefaultMike Baker2006-09-18
| | | | SVN-Revision: 4802
* add quotes to ipkg name in the rebuild checkFelix Fietkau2006-09-07
| | | | SVN-Revision: 4772
* don't run rebuild checks for dump and prereqFelix Fietkau2006-09-07
| | | | SVN-Revision: 4771
* add extra rebuild check for development librariesFelix Fietkau2006-09-07
| | | | SVN-Revision: 4770
* fix unnecessary rebuilds for library package directories with no selected ↵Felix Fietkau2006-09-07
| | | | | | packages SVN-Revision: 4767
* use an if block on the whole configure commandFelix Fietkau2006-08-30
| | | | SVN-Revision: 4717
* fix previous commitMike Baker2006-08-30
| | | | SVN-Revision: 4716
* only run trap error code in the configure template, if the configure script ↵Felix Fietkau2006-08-30
| | | | | | was not found SVN-Revision: 4715
* Add new warning to help track down pesky compile issuesMike Baker2006-08-30
| | | | SVN-Revision: 4713
* tidy up outputMike Baker2006-08-17
| | | | SVN-Revision: 4578
* fix accidental tabMike Baker2006-08-17
| | | | SVN-Revision: 4577
* Show error messages when collecting the package infoMike Baker2006-08-16
| | | | SVN-Revision: 4573
* set PATH in rules.mkMike Baker2006-08-04
| | | | SVN-Revision: 4438
* fix everything I broke with the previous patchesMike Baker2006-08-04
| | | | SVN-Revision: 4436
* more cleanup (make sure to pass TARGET_PATH and not just TARGET_CC)Mike Baker2006-08-04
| | | | SVN-Revision: 4432
* remove debug lineMike Baker2006-08-02
| | | | SVN-Revision: 4400
* correct [4397]Mike Baker2006-08-02
| | | | SVN-Revision: 4398
* fix CONFIG_ALLMike Baker2006-08-02
| | | | SVN-Revision: 4397
* minor makefile tweaksMike Baker2006-08-02
| | | | SVN-Revision: 4393
* add support for per-package prereq checks, run global prereq checks before ↵Felix Fietkau2006-07-29
| | | | | | (menu-)config SVN-Revision: 4318
* fix build issues with SMP compilesMike Baker2006-07-28
| | | | SVN-Revision: 4317
* add more ipkg validation checksMike Baker2006-07-26
| | | | SVN-Revision: 4292
* add submenu dependencies (used to hide the proprietary broadcom driver on ↵Felix Fietkau2006-07-21
| | | | | | anything except for brcm-2.4) SVN-Revision: 4197
* change 'source' to 'download'Mike Baker2006-07-20
| | | | SVN-Revision: 4176
* make the buildroot-ng sdk compatible with the old packagesFelix Fietkau2006-07-18
| | | | SVN-Revision: 4158
* check if the Package/$(NAME) template is defined before packaging or ↵Felix Fietkau2006-07-18
| | | | | | installing ipkg packages SVN-Revision: 4144
* rebuild ipkg control files if Makefile changesMike Baker2006-07-10
| | | | SVN-Revision: 4124
* add a new FORCEREBUILD option to Package/<name> to force a package to be ↵Mike Baker2006-07-10
| | | | | | rebuilt each time make is run SVN-Revision: 4123
* credit where credit is dueMike Baker2006-06-27
| | | | SVN-Revision: 4091
* move the broadcom driver stuff into its own submenuFelix Fietkau2006-06-25
| | | | SVN-Revision: 4073
* remove stale reference to package/rules.mk - not that useful in the ↵Felix Fietkau2006-06-22
| | | | | | dependency handling anyway SVN-Revision: 4049
* massive cleanup of toolchain/Felix Fietkau2006-06-21
| | | | SVN-Revision: 4038
* build system cleanup. move shared include files into $(TOPDIR)/include, move ↵Felix Fietkau2006-06-21
lzma, mkfs.* into toolchain/ SVN-Revision: 4032