mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
Declare that confd-test-mode depends on confd, otherwise with 'select', a call to `make update-defconfig` will remove BR2_PACKAGE_CONFD=y, which we feel is very confusing -- in particular when comparing any defconfig that does not have test-mode package. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
11 lines
328 B
Plaintext
11 lines
328 B
Plaintext
config BR2_PACKAGE_CONFD_TEST_MODE
|
|
bool "confd test mode"
|
|
depends on BR2_PACKAGE_CONFD
|
|
select BR2_PACKAGE_LIBITE
|
|
select BR2_PACKAGE_LIBYANG
|
|
select BR2_PACKAGE_SYSREPO
|
|
select BR2_PACKAGE_LIBSRX
|
|
help
|
|
A companion plugin to confd providing functionality required to
|
|
run tests with Infamy, i.e., enable Infix test mode.
|