Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix cut&paste mistake | Felix Fietkau | 2008-08-09 | 1 | -2/+2 | |
| | | | | SVN-Revision: 12254 | |||||
* | fix make distclean | Felix Fietkau | 2008-08-09 | 1 | -1/+1 | |
| | | | | SVN-Revision: 12252 | |||||
* | fix 'make docs' | Felix Fietkau | 2008-08-06 | 1 | -2/+2 | |
| | | | | SVN-Revision: 12211 | |||||
* | add another check to the dependencies | Felix Fietkau | 2008-06-15 | 1 | -1/+1 | |
| | | | | SVN-Revision: 11475 | |||||
* | fix typo | Felix Fietkau | 2008-06-15 | 1 | -1/+1 | |
| | | | | SVN-Revision: 11474 | |||||
* | add some sanity checking | Felix Fietkau | 2008-06-15 | 1 | -1/+1 | |
| | | | | SVN-Revision: 11473 | |||||
* | fix make menuconfig/oldconfig | Felix Fietkau | 2008-06-09 | 1 | -2/+2 | |
| | | | | SVN-Revision: 11415 | |||||
* | large improvement for parallel builds. works without V=99 now and without ↵ | Felix Fietkau | 2008-06-09 | 1 | -15/+15 | |
| | | | | | | warnings. tested with -j on an 2x dual core opteron machine SVN-Revision: 11414 | |||||
* | allow parallel downloading for make download | Felix Fietkau | 2008-06-09 | 1 | -4/+4 | |
| | | | | SVN-Revision: 11411 | |||||
* | Fix typo in last commit | Andy Boyett | 2008-04-26 | 1 | -1/+1 | |
| | | | | SVN-Revision: 10942 | |||||
* | Remove old feeds symlink in distclean. Thanks fish - Fixes duplicate package ↵ | Andy Boyett | 2008-04-26 | 1 | -1/+1 | |
| | | | | | | entries when coming from pre r10634 SVN-Revision: 10941 | |||||
* | Clean files in scripts/config (#3011) | Florian Fainelli | 2008-04-03 | 1 | -0/+1 | |
| | | | | SVN-Revision: 10723 | |||||
* | "make distclean" should remove "package/feeds" thanks to Robert P. J. Day | Ralph Hempel | 2008-03-24 | 1 | -1/+1 | |
| | | | | SVN-Revision: 10650 | |||||
* | remove obsolete symlinkclean target the new make package/symlinks does not ↵ | Felix Fietkau | 2008-03-19 | 1 | -4/+0 | |
| | | | | | | need it. SVN-Revision: 10622 | |||||
* | Add bin/ directory as an argument of make distclean Signed-off-by: Robert P. ↵ | Travis Kemen | 2008-03-17 | 1 | -1/+1 | |
| | | | | | | J. Day <rpjday@crashcourse.ca> SVN-Revision: 10612 | |||||
* | add missing dependency for the target metadata scan | Felix Fietkau | 2008-02-09 | 1 | -1/+1 | |
| | | | | SVN-Revision: 10436 | |||||
* | fix the sdk | Felix Fietkau | 2007-12-14 | 1 | -1/+6 | |
| | | | | SVN-Revision: 9747 | |||||
* | clean up openwrt version handling, use a separate script that is executed at ↵ | Felix Fietkau | 2007-12-13 | 1 | -11/+6 | |
| | | | | | | the beginning of the build process, fix revision checking with git SVN-Revision: 9723 | |||||
* | fix make clean for unconfigured build trees | Felix Fietkau | 2007-12-04 | 1 | -1/+1 | |
| | | | | SVN-Revision: 9655 | |||||
* | fix parallel build issues | Felix Fietkau | 2007-11-04 | 1 | -0/+1 | |
| | | | | SVN-Revision: 9495 | |||||
* | increase scan depth to 5 for package/ (x.org is nested deeper than the rest ↵ | Felix Fietkau | 2007-11-03 | 1 | -1/+1 | |
| | | | | | | of the packages) SVN-Revision: 9487 | |||||
* | add autorebuild check for menuconfig | Felix Fietkau | 2007-10-14 | 1 | -1/+1 | |
| | | | | SVN-Revision: 9301 | |||||
* | add possibility to set default .config values | John Crispin | 2007-10-14 | 1 | -0/+2 | |
| | | | | SVN-Revision: 9300 | |||||
* | remove feeds dir on distclean | Felix Fietkau | 2007-10-09 | 1 | -1/+1 | |
| | | | | SVN-Revision: 9215 | |||||
* | only run svn info if .svn exists | Felix Fietkau | 2007-10-09 | 1 | -1/+1 | |
| | | | | SVN-Revision: 9213 | |||||
* | add initial version of a package feeds management script | Felix Fietkau | 2007-09-23 | 1 | -3/+5 | |
| | | | | SVN-Revision: 8973 | |||||
* | major target cleanup. it is now possible to have subtargets that can ↵ | Felix Fietkau | 2007-09-08 | 1 | -2/+1 | |
| | | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694 | |||||
* | strip the kernel version suffix from target directories, except for brcm-2.4 ↵ | Felix Fietkau | 2007-09-06 | 1 | -1/+1 | |
| | | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653 | |||||
* | build system cleanup/restructuring as described in ↵ | Felix Fietkau | 2007-08-07 | 1 | -1/+4 | |
| | | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362 | |||||
* | next round of cleanup, convert target/ - make -j works now ;) | Felix Fietkau | 2007-07-30 | 1 | -3/+5 | |
| | | | | SVN-Revision: 8242 | |||||
* | next round of build system cleanup - convert package/ to new structure | Felix Fietkau | 2007-07-30 | 1 | -26/+16 | |
| | | | | SVN-Revision: 8236 | |||||
* | build system fixes, more cleanup | Felix Fietkau | 2007-07-28 | 1 | -11/+13 | |
| | | | | SVN-Revision: 8207 | |||||
* | more build system cleanup | Felix Fietkau | 2007-07-28 | 1 | -0/+132 | |
SVN-Revision: 8206 |