mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
netkittelnet: hide package if RPC support isn't available in toolchain
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
bbbdf45f0e
commit
8d65822f9d
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_NETKITTELNET
|
config BR2_PACKAGE_NETKITTELNET
|
||||||
bool "netkittelnet"
|
bool "netkittelnet"
|
||||||
|
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.
|
||||||
@ -7,4 +8,4 @@ config BR2_PACKAGE_NETKITTELNET
|
|||||||
ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
|
ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
|
||||||
|
|
||||||
comment "netkittelnet requires a toolchain with RPC support"
|
comment "netkittelnet requires a toolchain with RPC support"
|
||||||
depends on !BR2_INET_RPC
|
depends on !BR2_INET_RPC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user