aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt')
-rwxr-xr-xopenwrt/scripts/ipkg4
1 files changed, 0 insertions, 4 deletions
diff --git a/openwrt/scripts/ipkg b/openwrt/scripts/ipkg
index 4d3ad85065..57e4457cc5 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