mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-08 14:30:41 +01:00
The removed patch is already integrated in upstream musl. Add one additional patch which fixes a regression on mips. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
8 lines
87 B
Text
8 lines
87 B
Text
if USE_MUSL
|
|
|
|
config MUSL_VERSION
|
|
string
|
|
depends on USE_MUSL
|
|
default "1.1.15"
|
|
|
|
endif
|