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
/
150-uppercase_letters.patch
diff --git
a/tools/ipkg-utils/patches/150-uppercase_letters.patch
b/tools/ipkg-utils/patches/150-uppercase_letters.patch
index
debafb2
..
c0baa1f
100644
(file)
--- a/
tools/ipkg-utils/patches/150-uppercase_letters.patch
+++ b/
tools/ipkg-utils/patches/150-uppercase_letters.patch
@@
-7,7
+7,7
@@
Index: ipkg-utils-1.7/ipkg-build
[ "$?" -ne 0 ] && PKG_ERROR=1
- if echo $pkg | grep '[^a-z0-9.+-]'; then
[ "$?" -ne 0 ] && PKG_ERROR=1
- if echo $pkg | grep '[^a-z0-9.+-]'; then
-+ if echo $pkg | grep '[^a-zA-Z0-9.+-]'; then
++ if echo $pkg | grep '[^a-zA-Z0-9
_
.+-]'; then
echo "*** Error: Package name $name contains illegal characters, (other than [a-z0-9.+-])" >&2
PKG_ERROR=1;
fi
echo "*** Error: Package name $name contains illegal characters, (other than [a-z0-9.+-])" >&2
PKG_ERROR=1;
fi
This page took
0.023357 seconds
and
4
git commands to generate.