mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 09:57:44 +00:00
netkittelnet: fix typo introduced in 8d65822f9d
Netkittelnet needs a toolchain WITH RPC support, not WITHOUT. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
fa946b788e
commit
9ab3ad7332
@ -1,6 +1,6 @@
|
|||||||
config BR2_PACKAGE_NETKITTELNET
|
config BR2_PACKAGE_NETKITTELNET
|
||||||
bool "netkittelnet"
|
bool "netkittelnet"
|
||||||
depends on !BR2_INET_RPC
|
depends on BR2_INET_RPC
|
||||||
select BR2_PACKAGE_NETKITBASE
|
select BR2_PACKAGE_NETKITBASE
|
||||||
help
|
help
|
||||||
Standard Linux telnet client and server.
|
Standard Linux telnet client and server.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user