diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-07-08 00:58:53 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-07-08 00:58:53 +0000 |
commit | cbe986c8975a7c5b40ce2379be8964edfbba2921 (patch) | |
tree | a2b3411d15340e739e9d9ab5e6261dd86d7a8bd2 /package/atftp/Config.in | |
parent | 01028a16a796534af635d46dd4336eb765d4e486 (diff) | |
download | upstream-cbe986c8975a7c5b40ce2379be8964edfbba2921.tar.gz upstream-cbe986c8975a7c5b40ce2379be8964edfbba2921.tar.bz2 upstream-cbe986c8975a7c5b40ce2379be8964edfbba2921.zip |
add atftp, bind and dhcp, not perfect, but first step
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1375 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/atftp/Config.in')
-rw-r--r-- | package/atftp/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/atftp/Config.in b/package/atftp/Config.in new file mode 100644 index 0000000000..43ef0828b6 --- /dev/null +++ b/package/atftp/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_ATFTP + tristate "atftp" + default m if CONFIG_DEVEL + help + tftp client + +config BR2_PACKAGE_ATFTPD + tristate "atftpd" + default m if CONFIG_DEVEL + help + tftp server |