summaryrefslogtreecommitdiffstats
path: root/openwrt/package/atftp/Config.in
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-08 00:58:53 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-08 00:58:53 +0000
commit56e496b25bbbf5f495243a2ed1fe648f806ca484 (patch)
tree165f7a33b6daa8de1dac3875096878d1a96dcd95 /openwrt/package/atftp/Config.in
parentcdfd5dc4e93280bc2fb1ec4c279dedd9ba25ca5b (diff)
add atftp, bind and dhcp, not perfect, but first step
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1375 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/atftp/Config.in')
-rw-r--r--openwrt/package/atftp/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/package/atftp/Config.in b/openwrt/package/atftp/Config.in
new file mode 100644
index 000000000..43ef0828b
--- /dev/null
+++ b/openwrt/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