summaryrefslogtreecommitdiff
path: root/scripts/gen-dependencies.sh
Commit message (Collapse)AuthorAge
* scripts: avoid outputting empty lines in gen-dependencies.shJo-Philipp Wich2015-01-29
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44208
* scripts: gen-dependencies.sh: fix kmod dependency generationJo-Philipp Wich2015-01-29
| | | | | | | | | | Do not output faulty ".ko" dependency if a scanned .ko file has an empty "depends=" specification, also replace the `grep | sed | awk` chain with a single sed program. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44206
* scripts/gen-dependencies.sh: prevent zero-length dep.* files from ↵Felix Fietkau2013-11-19
| | | | | | | | accumulating in tmp/ Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38860
* scripts/gen-dependencies.sh: use the cross readelf (#12940)Felix Fietkau2013-09-29
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38259
* scripts/gen-dependencies.sh: clean up temp filesFelix Fietkau2013-07-19
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37430
* gen-dependencies.sh: sort kmod dependenciesFelix Fietkau2013-07-18
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37390
* build: implement kernel module dependency trackingFelix Fietkau2013-07-18
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37386
* gen-dependencies.sh: only include lib*.so* files in dependency list, to ↵Jo-Philipp Wich2012-06-12
| | | | | | match the filtering of provides lists SVN-Revision: 32272
* build: add checks for missing package dependenciesFelix Fietkau2012-06-11
SVN-Revision: 32185