mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 10:01:20 +00:00
This adds a config option PYTHON3_HOST_PIP_CACHE_WORLD_READABLE; if enabled, chmod will be run after pip install to make all files/directories in the host pip cache world-readable. Supersedes https://github.com/openwrt/packages/pull/13012. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
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
|