This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#1229
from ClaymorePT/master
boost: patch update
lilik-openwrt-22.03
Steven Barth
10 years ago
parent
a73b57c5f9
46663ca803
commit
e0b484958c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libs/boost/patches/001-mips-options-fix.patch
+ 1
- 1
libs/boost/patches/001-mips-options-fix.patch
View File
@ -5,7 +5,7 @@
{
local arch = [ feature.get-values architecture : $(properties) ] ;
- if $(arch) != arm
+ if $(arch)
!= arm && $(arch) != mips1
+ if $(arch)
= power || $(arch) = sparc || $(arch) = x86
{
if $(model) = 32
{
Write
Preview
Loading…
Cancel
Save