Files
carbon e42fe97d74 buildroot long term support release 2024.02.3
buildroot-2024.02.3.tar.gz

Signed-off-by: carbon <carbon@milkv.io>
2024-06-21 14:23:43 +08:00

13 lines
325 B
Plaintext

config BR2_PACKAGE_PYTHON_KMOD
bool "python-kmod"
depends on !BR2_STATIC_LIBS # kmod
select BR2_PACKAGE_HOST_PYTHON_CYTHON
select BR2_PACKAGE_KMOD
help
Python binding for kmod
https://github.com/maurizio-lombardi/python-kmod
comment "python-kmod needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS