fix kernel module dependency problems
[openwrt-10.03/.git] / scripts / ipkg
index 4d3ad850651aeed6abd4e82697061048a1d878f7..57e4457cc5a5a08bcd1b804b78c4aaf5fabd7f25 100755 (executable)
@@ -923,11 +923,7 @@ ipkg_install() {
                                ipkg_install_file $ipkg_filename
                        ;;
                *.ipk  | *.deb)
-                       if [ -f "$pkg" ]; then
                                ipkg_install_file $pkg
-                       else
-                               echo "File not found $pkg" >&2
-                       fi
                        ;;
                *)
                        ipkg_get_install $pkg || true