summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-09-06 21:03:29 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-09-06 21:03:29 +0200
commit7391a00233144c1b81be2f718cb402760d7603d1 (patch)
tree36c27ecc4bad71e2cae797fd99f3b1d05f4ccb3e /scripts
parent2d520b9714f25a391033b863e142b9d40be2f302 (diff)
remove unused call to modinfo
Diffstat (limited to 'scripts')
-rw-r--r--scripts/make-module-ipkgs.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/make-module-ipkgs.sh b/scripts/make-module-ipkgs.sh
index 84bbb641d..aeef76f10 100644
--- a/scripts/make-module-ipkgs.sh
+++ b/scripts/make-module-ipkgs.sh
@@ -78,7 +78,6 @@ for modname in ${!modpaths[@]}; do
EOF
sh $(dirname $0)/make-ipkg-dir.sh $ipkgdir $ctrlfile $VER $ARCH
- moddep="$(modinfo $modpath | awk '/^depends:/{print $2}' | sed 's/,/ /g')"
depline="kernel ($VER)"
for m in ${moddeps[$modname]}; do
depline+=", $(pkgname ${m})"