mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add soft float abi caching form armv7, it would allow people with old
binaries to run them. Reviewed by: imp
This commit is contained in:
parent
37f48d5aba
commit
f1ab57eead
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ ldconfig_start()
|
|||
esac
|
||||
|
||||
case `sysctl -n hw.machine_arch` in
|
||||
armv6)
|
||||
armv[67])
|
||||
for i in ${ldconfig_localsoft_dirs}; do
|
||||
if [ -d "${i}" ]; then
|
||||
_files=`find ${i} -type f`
|
||||
|
|
|
|||
Loading…
Reference in a new issue