projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove unecessary control files since those kmods are packaged with the new layout
[openwrt.git]
/
scripts
/
ipkg
diff --git
a/scripts/ipkg
b/scripts/ipkg
index
4d3ad85
..
57e4457
100755
(executable)
--- a/
scripts/ipkg
+++ b/
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
This page took
0.02757 seconds
and
4
git commands to generate.