menuconfig UTELNETD depends on !BB_CONFIG_TELNETD bool prompt "utelnetd " help utelnet is a very small telnetd implementation. comment "runtime options ---" depends on UTELNETD config ROOTFS_ETC_INITD_UTELNETD depends on UTELNETD bool default y prompt "Install startup script" help The /etc/init.d/telnetd script lets you control the telnetd daemon. choice prompt "Kind of startup script" default ROOTFS_ETC_INITD_UTELNETD_DEFAULT depends on ROOTFS_ETC_INITD_UTELNETD config ROOTFS_ETC_INITD_UTELNETD_DEFAULT bool prompt "Use generic" help Installs a generic /etc/init.d/telnetd startup script. See /generic/etc/init.d/telnetd config ROOTFS_ETC_INITD_UTELNETD_USER bool prompt "User defined" help This uses a user defined telnetd startup script. PTXdist uses files projectroot/etc/init.d/utelnetd in your local project. Note the leading 'u' in utelnetd! But it will be copied to /etc/init.d/telnetd without 'u'! endchoice