Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add support for Package/<pkgname>/description - old format still supported, ↵ | Felix Fietkau | 2006-10-10 |
| | | | | | | but deprecated SVN-Revision: 5015 | ||
* | add support for a common shell include file, which is evaluated for every ↵ | Felix Fietkau | 2006-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.mk | Felix Fietkau | 2006-10-10 |
| | | | | SVN-Revision: 5013 | ||
* | fix unnecessary package rebuild | Felix Fietkau | 2006-10-08 |
| | | | | SVN-Revision: 4954 | ||
* | speed up package prereq check (only run make on those directories that ↵ | Felix Fietkau | 2006-10-05 |
| | | | | | | actually contain prereq checks) SVN-Revision: 4927 | ||
* | fix DESCRIPTION use in menuconfig and ipkg control files | Nicolas Thill | 2006-09-24 |
| | | | | SVN-Revision: 4856 | ||
* | add CXXFLAGS and PKG_CONFIG_PATH in Build/Configure/Default, add ↵ | Nicolas Thill | 2006-09-24 |
| | | | | | | EXTRA_LDFLAGS in Build/Compile/Default, use consistent search order for includes in CFLAGS. SVN-Revision: 4849 | ||
* | correct arguments to Build/Prepare/Default | Mike Baker | 2006-09-18 |
| | | | | SVN-Revision: 4802 | ||
* | add quotes to ipkg name in the rebuild check | Felix Fietkau | 2006-09-07 |
| | | | | SVN-Revision: 4772 | ||
* | don't run rebuild checks for dump and prereq | Felix Fietkau | 2006-09-07 |
| | | | | SVN-Revision: 4771 | ||
* | add extra rebuild check for development libraries | Felix Fietkau | 2006-09-07 |
| | | | | SVN-Revision: 4770 | ||
* | fix unnecessary rebuilds for library package directories with no selected ↵ | Felix Fietkau | 2006-09-07 |
| | | | | | | packages SVN-Revision: 4767 | ||
* | use an if block on the whole configure command | Felix Fietkau | 2006-08-30 |
| | | | | SVN-Revision: 4717 | ||
* | fix previous commit | Mike Baker | 2006-08-30 |
| | | | | SVN-Revision: 4716 | ||
* | only run trap error code in the configure template, if the configure script ↵ | Felix Fietkau | 2006-08-30 |
| | | | | | | was not found SVN-Revision: 4715 | ||
* | Add new warning to help track down pesky compile issues | Mike Baker | 2006-08-30 |
| | | | | SVN-Revision: 4713 | ||
* | tidy up output | Mike Baker | 2006-08-17 |
| | | | | SVN-Revision: 4578 | ||
* | fix accidental tab | Mike Baker | 2006-08-17 |
| | | | | SVN-Revision: 4577 | ||
* | Show error messages when collecting the package info | Mike Baker | 2006-08-16 |
| | | | | SVN-Revision: 4573 | ||
* | set PATH in rules.mk | Mike Baker | 2006-08-04 |
| | | | | SVN-Revision: 4438 | ||
* | fix everything I broke with the previous patches | Mike Baker | 2006-08-04 |
| | | | | SVN-Revision: 4436 | ||
* | more cleanup (make sure to pass TARGET_PATH and not just TARGET_CC) | Mike Baker | 2006-08-04 |
| | | | | SVN-Revision: 4432 | ||
* | remove debug line | Mike Baker | 2006-08-02 |
| | | | | SVN-Revision: 4400 | ||
* | correct [4397] | Mike Baker | 2006-08-02 |
| | | | | SVN-Revision: 4398 | ||
* | fix CONFIG_ALL | Mike Baker | 2006-08-02 |
| | | | | SVN-Revision: 4397 | ||
* | minor makefile tweaks | Mike Baker | 2006-08-02 |
| | | | | SVN-Revision: 4393 | ||
* | add support for per-package prereq checks, run global prereq checks before ↵ | Felix Fietkau | 2006-07-29 |
| | | | | | | (menu-)config SVN-Revision: 4318 | ||
* | fix build issues with SMP compiles | Mike Baker | 2006-07-28 |
| | | | | SVN-Revision: 4317 | ||
* | add more ipkg validation checks | Mike Baker | 2006-07-26 |
| | | | | SVN-Revision: 4292 | ||
* | add submenu dependencies (used to hide the proprietary broadcom driver on ↵ | Felix Fietkau | 2006-07-21 |
| | | | | | | anything except for brcm-2.4) SVN-Revision: 4197 | ||
* | change 'source' to 'download' | Mike Baker | 2006-07-20 |
| | | | | SVN-Revision: 4176 | ||
* | make the buildroot-ng sdk compatible with the old packages | Felix Fietkau | 2006-07-18 |
| | | | | SVN-Revision: 4158 | ||
* | check if the Package/$(NAME) template is defined before packaging or ↵ | Felix Fietkau | 2006-07-18 |
| | | | | | | installing ipkg packages SVN-Revision: 4144 | ||
* | rebuild ipkg control files if Makefile changes | Mike Baker | 2006-07-10 |
| | | | | SVN-Revision: 4124 | ||
* | add a new FORCEREBUILD option to Package/<name> to force a package to be ↵ | Mike Baker | 2006-07-10 |
| | | | | | | rebuilt each time make is run SVN-Revision: 4123 | ||
* | credit where credit is due | Mike Baker | 2006-06-27 |
| | | | | SVN-Revision: 4091 | ||
* | move the broadcom driver stuff into its own submenu | Felix Fietkau | 2006-06-25 |
| | | | | SVN-Revision: 4073 | ||
* | remove stale reference to package/rules.mk - not that useful in the ↵ | Felix Fietkau | 2006-06-22 |
| | | | | | | dependency handling anyway SVN-Revision: 4049 | ||
* | massive cleanup of toolchain/ | Felix Fietkau | 2006-06-21 |
| | | | | SVN-Revision: 4038 | ||
* | build system cleanup. move shared include files into $(TOPDIR)/include, move ↵ | Felix Fietkau | 2006-06-21 |
lzma, mkfs.* into toolchain/ SVN-Revision: 4032 |