diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-07-17 16:11:14 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-07-17 16:11:14 +0000 |
commit | b9fc72aa920237b738df1e23d6dc532acc0688ca (patch) | |
tree | 55d3d850728ef2b002ce377d57d58a500228bd1c /openwrt/package/atftp | |
parent | 8701e1a3d9f68efe5fa733878f83b181112507d8 (diff) | |
download | mtk-20170518-b9fc72aa920237b738df1e23d6dc532acc0688ca.zip mtk-20170518-b9fc72aa920237b738df1e23d6dc532acc0688ca.tar.gz mtk-20170518-b9fc72aa920237b738df1e23d6dc532acc0688ca.tar.bz2 |
add menu descriptions
SVN-Revision: 1488
Diffstat (limited to 'openwrt/package/atftp')
-rw-r--r-- | openwrt/package/atftp/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/atftp/Config.in b/openwrt/package/atftp/Config.in index 43ef082..aad1bda 100644 --- a/openwrt/package/atftp/Config.in +++ b/openwrt/package/atftp/Config.in @@ -1,11 +1,11 @@ config BR2_PACKAGE_ATFTP - tristate "atftp" + tristate "atftp - a tftp client" default m if CONFIG_DEVEL help tftp client config BR2_PACKAGE_ATFTPD - tristate "atftpd" + tristate "atftpd - a tftp server" default m if CONFIG_DEVEL help tftp server |