X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=scripts%2Fipkg;h=18090be3e611fd8d76b72c14b6379608f669f554;hb=d38153a8476b80bfe26b48d5fcce46e5f0a11812;hp=d798bcac720cab6d1d64d62f149efabf20b73735;hpb=11cf9ea7286c94b48eaebdf1d2e3518a24f085bc;p=lede-git%2F.git diff --git a/scripts/ipkg b/scripts/ipkg index d798bcac72..18090be3e6 100755 --- a/scripts/ipkg +++ b/scripts/ipkg @@ -595,8 +595,8 @@ ipkg_depends() { all_deps="$all_deps $new_pkgs" local new_deps= for pkg in $new_pkgs; do - if echo $pkg | grep -q '[^a-z0-9.+-]'; then - echo "ipkg_depends: ERROR: Package name $pkg contains illegal characters (should be [a-z0-9.+-])" >&2 + if echo $pkg | grep -q '[^A-Za-z0-9.+-]'; then + echo "ipkg_depends: ERROR: Package name $pkg contains illegal characters (should be [A-Za-z0-9.+-])" >&2 return 1 fi # TODO: Fix this. For now I am ignoring versions and alternations in dependencies.