17 lines
513 B
Plaintext
17 lines
513 B
Plaintext
config BR2_PACKAGE_LPAC
|
|
bool "lpac"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # pcsc-lite
|
|
depends on BR2_USE_MMU # pcsc-lite
|
|
depends on !BR2_STATIC_LIBS # pcsc-lite
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # pcsc-lite
|
|
select BR2_PACKAGE_PCSC_LITE
|
|
help
|
|
C-based eUICC LPA.
|
|
|
|
https://github.com/estkme-group/lpac
|
|
|
|
comment "lpac needs a toolchain w/ threads, dynamic library, gcc >= 4.9"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || \
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|