projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add missing configuration symbol for gpiolib compatible architectures
[openwrt.git]
/
tools
/
ipkg-utils
/
patches
/
160-find.patch
diff --git
a/tools/ipkg-utils/patches/160-find.patch
b/tools/ipkg-utils/patches/160-find.patch
index
51b101a
..
04a2ad4
100644
(file)
--- a/
tools/ipkg-utils/patches/160-find.patch
+++ b/
tools/ipkg-utils/patches/160-find.patch
@@
-5,8
+5,8
@@
version=1.0
-
-+FIND="$(which
g
find)"
-+FIND="${FIND:-$(which find)}"
++FIND="$(which find)"
++FIND="${FIND:-$(which
g
find)}"
TAR="${TAR:-$(which tar)}"
ipkg_extract_value() {
This page took
0.023219 seconds
and
4
git commands to generate.