Browse Source

remove unused call to modinfo

Waldemar Brodkorb 8 năm trước cách đây
mục cha
commit
7391a00233
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      scripts/make-module-ipkgs.sh

+ 0 - 1
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})"