1cd5f00a01
[Thomas: - rename to open-plc-utils to match upstream name. - fix Config.in to use tabs instead of spaces - remove 'default n' line - add dependency on BR2_USE_MMU - bump to a more recent upstream commit - remove no longer needed openplc-0002-Remove-vfprintf-call.patch - rename patch to the proper naming convention - specify <pkg>_LICENSE_FILES - pass CROSS= instead of CC= - do not pass CC= at install time.] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
config BR2_PACKAGE_OPEN_PLC_UTILS
|
|
bool "open-plc-utils"
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
Open version of the Qualcomm Atheros Powerline Toolkit
|
|
|
|
https://github.com/qca/open-plc-utils
|