mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
netkittelnet: depends on netkitbase (and in term RPC support)
Closes #617 netkittelnet needs netkitbase, which in term needs RPC support in toolchain, so adjust Kconfig dependencies to ensure this. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
b3ee84e407
commit
f5239c327e
1
CHANGES
1
CHANGES
@ -9,6 +9,7 @@
|
|||||||
#487: Make kismet package sexier
|
#487: Make kismet package sexier
|
||||||
#527: misc fixes for dnsmasq package
|
#527: misc fixes for dnsmasq package
|
||||||
#587: Use iptables multipurpose binaries and bump to 1.4.4
|
#587: Use iptables multipurpose binaries and bump to 1.4.4
|
||||||
|
#617: netkit/inetd requires RPC and fails to build if RPC is disabled
|
||||||
|
|
||||||
2009.08, Released August 31th, 2009:
|
2009.08, Released August 31th, 2009:
|
||||||
|
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
config BR2_PACKAGE_NETKITTELNET
|
config BR2_PACKAGE_NETKITTELNET
|
||||||
bool "netkittelnet"
|
bool "netkittelnet"
|
||||||
|
select BR2_PACKAGE_NETKITBASE
|
||||||
help
|
help
|
||||||
Standard Linux telnet client and server.
|
Standard Linux telnet client and server.
|
||||||
|
|
||||||
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"
|
||||||
|
depends on !BR2_INET_RPC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user