diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-27 08:19:13 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-27 08:19:13 +0000 |
commit | b1d7fb7b1690cde31f4cae029aabf65ea6224ca5 (patch) | |
tree | 1baa12117bdccb002145e0b52eb5de4bcb75cd0a /openwrt/package/atftp/Config.in | |
parent | 0bbece3b1a48abc75012dfd1e74c3f50c7624d6b (diff) |
Added dependency for libredline, post-installation will add the needed entries in /etc/services if not present, closes #250
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3052 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/atftp/Config.in')
-rw-r--r-- | openwrt/package/atftp/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/atftp/Config.in b/openwrt/package/atftp/Config.in index 32ab9512a3..296faec842 100644 --- a/openwrt/package/atftp/Config.in +++ b/openwrt/package/atftp/Config.in @@ -4,6 +4,7 @@ config BR2_COMPILE_ATFTP tristate default n depends BR2_PACKAGE_ATFTP || BR2_PACKAGE_ATFTPD + select BR2_PACKAGE_LIBREADLINE config BR2_PACKAGE_ATFTP prompt "atftp............................. TFTP client" |