mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-03 04:10:20 +08:00
12 lines
213 B
Plaintext
12 lines
213 B
Plaintext
menu "Configuration"
|
|
|
|
config PYTHON3_BLUETOOTH_SUPPORT
|
|
bool "Enable Bluetooth support"
|
|
default n
|
|
|
|
config PYTHON3_HOST_PIP_CACHE_WORLD_READABLE
|
|
bool "Ensure host pip cache is world-readable"
|
|
default n
|
|
|
|
endmenu
|