summaryrefslogtreecommitdiff
path: root/openwrt/scripts/gen_deps.pl
Commit message (Collapse)AuthorAgeFilesLines
* only check prerequisites of actually selected packagesFelix Fietkau2006-10-121-7/+13
| | | | SVN-Revision: 5055
* speed up package prereq check (only run make on those directories that ↵Felix Fietkau2006-10-051-1/+7
| | | | | | actually contain prereq checks) SVN-Revision: 4927
* ignore kernel and base-files depends, both don't install anything into the ↵Felix Fietkau2006-10-031-0/+1
| | | | | | staging dir SVN-Revision: 4890
* credit where credit is dueMike Baker2006-06-271-0/+7
| | | | SVN-Revision: 4091
* don't generate invalid dependency lines in sdk modeFelix Fietkau2006-06-211-1/+1
| | | | SVN-Revision: 4035
* add sdk option for gen_deps.plFelix Fietkau2006-06-211-1/+13
| | | | SVN-Revision: 4034
* more dependency fixesFelix Fietkau2006-06-201-1/+1
| | | | SVN-Revision: 4024
* fix dependency handling bugFelix Fietkau2006-06-111-2/+2
| | | | SVN-Revision: 3929
* improve dependency handling, fix some package makefile bugsFelix Fietkau2006-05-301-3/+16
| | | | SVN-Revision: 3843
* add proper build dependsFelix Fietkau2006-05-301-2/+2
| | | | SVN-Revision: 3841
* finish up package makefileMike Baker2006-05-161-5/+12
| | | | SVN-Revision: 3786
* change syntaxMike Baker2006-05-141-4/+9
| | | | SVN-Revision: 3778
* generate package dependanciesMike Baker2006-05-141-0/+34
SVN-Revision: 3774