diff --git a/openwrt/scripts/ipkg b/openwrt/scripts/ipkg
index 4d3ad850651aeed6abd4e82697061048a1d878f7..57e4457cc5a5a08bcd1b804b78c4aaf5fabd7f25 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