mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37173 3c298f89-4303-0410-b956-a3cf2f4a3e73
25 lines
394 B
Plaintext
25 lines
394 B
Plaintext
if USE_MUSL
|
|
|
|
config MUSL_VERSION
|
|
string
|
|
depends on USE_MUSL
|
|
default "0.9.8" if MUSL_VERSION_0_9_8
|
|
default "0.9.9" if MUSL_VERSION_0_9_9
|
|
default "0.9.10" if MUSL_VERSION_0_9_10
|
|
default "0.9.11" if MUSL_VERSION_0_9_11
|
|
|
|
config MUSL_VERSION_0_9_8
|
|
default y if !TOOLCHAINOPTS
|
|
bool
|
|
|
|
config MUSL_VERSION_0_9_9
|
|
bool
|
|
|
|
config MUSL_VERSION_0_9_10
|
|
bool
|
|
|
|
config MUSL_VERSION_0_9_11
|
|
bool
|
|
|
|
endif
|