X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/5dd043367ab5d021df8df4b8de65427724deb013..f4dd5a6d7c4ebea48cd6292744cb9def6037de80:/openwrt/scripts/ipkg diff --git a/openwrt/scripts/ipkg b/openwrt/scripts/ipkg index 4d3ad8506..57e4457cc 100755 --- a/openwrt/scripts/ipkg +++ b/openwrt/scripts/ipkg @@ -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