X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=scripts%2Fgen-dependencies.sh;h=53c80cd837146353ac634da79be8b9ffb69c15ff;hp=f324ba6c44172fbe7be66c2619189175b2a4325e;hb=ccebc5a091d95af723c5545dd7b071d3b7027531;hpb=b44ece50d422dbd8e4faa602baa1a1166c5d4ae7 diff --git a/scripts/gen-dependencies.sh b/scripts/gen-dependencies.sh index f324ba6c44..53c80cd837 100755 --- a/scripts/gen-dependencies.sh +++ b/scripts/gen-dependencies.sh @@ -31,4 +31,4 @@ 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" }' -done +done | sort -u