summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
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})"