scripts/gen-dependencies.sh: clean up temp files
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37430
This commit is contained in:
parent
1b5aa23ca2
commit
1ffa67e0c6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue