|
@@ -4443,19 +4443,21 @@ config BR2_PACKAGE_OPENPOWERLINK_DEBUG_LEVEL
|
|
|
config BR2_PACKAGE_OPENPOWERLINK_KERNEL_MODULE
|
|
|
bool "openpowerlink package has been updated"
|
|
|
select BR2_LEGACY
|
|
|
- select BR2_PACKAGE_OPENPOWERLINK_STACK_KERNEL_STACK_LIB
|
|
|
help
|
|
|
openpowerlink kernel modules are built if the
|
|
|
kernel stack library is selected.
|
|
|
+# Note: BR2_PACKAGE_OPENPOWERLINK_KERNEL_MODULE is still referenced from
|
|
|
+# package/openpowerlink/Config.in
|
|
|
|
|
|
config BR2_PACKAGE_OPENPOWERLINK_LIBPCAP
|
|
|
bool "openpowerlink package has been updated"
|
|
|
select BR2_LEGACY
|
|
|
- select BR2_PACKAGE_OPENPOWERLINK_STACK_USERSPACE_DAEMON_LIB
|
|
|
help
|
|
|
The user space support has been split in two part:
|
|
|
- a monolithic user space library
|
|
|
- a user space daemon driver
|
|
|
+# Note: BR2_PACKAGE_OPENPOWERLINK_LIBPCAP is still referenced from
|
|
|
+# package/openpowerlink/Config.in
|
|
|
|
|
|
config BR2_LINUX_KERNEL_SAME_AS_HEADERS
|
|
|
bool "using the linux headers version for the kernel has been removed"
|