Skip to content
Snippets Groups Projects
Commit 1ffa67e0 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

scripts/gen-dependencies.sh: clean up temp files


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 37430
parent 1b5aa23c
No related branches found
No related tags found
No related merge requests found
...@@ -31,4 +31,5 @@ for kmod in `find $TARGETS -type f -name \*.ko`; do ...@@ -31,4 +31,5 @@ for kmod in `find $TARGETS -type f -name \*.ko`; do
egrep -a '^depends=' | \ egrep -a '^depends=' | \
sed -e 's,^depends=,,' -e 's/,/\n/g' | \ sed -e 's,^depends=,,' -e 's/,/\n/g' | \
awk '{ print $1 ".ko" }' awk '{ print $1 ".ko" }'
rm -f $tmp
done | sort -u done | sort -u
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment