ramips: fix typo in network uci_defaults script
[openwrt.git] / scripts / gen-dependencies.sh
index 53c80cd..de8d673 100755 (executable)
@@ -31,4 +31,5 @@ for kmod in `find $TARGETS -type f -name \*.ko`; do
                egrep -a '^depends=' | \
                sed -e 's,^depends=,,' -e 's/,/\n/g' | \
                awk '{ print $1 ".ko" }'
+       rm -f $tmp
 done | sort -u