mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-19 07:23:03 +02:00
fix uname script for replace armv5tl.
This commit is contained in:
@@ -20,9 +20,9 @@ output=$(${uname} $@)
|
||||
output=$(sed -e "s/${kernel}/${KVER}/g" <<<${output})
|
||||
|
||||
case "${machine}" in
|
||||
arm*)
|
||||
armv*)
|
||||
echo "${output}" | \
|
||||
sed -e "s/armv.tej?l?/${MACHINE}/g"
|
||||
sed -e "s/armv.*l/${MACHINE}/g"
|
||||
;;
|
||||
|
||||
i?86)
|
||||
|
||||
Reference in New Issue
Block a user