diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-15 20:25:32 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-15 20:25:32 +0000 |
commit | c6e5fd9193d6d28bc16a455d6a1c005a5a771627 (patch) | |
tree | c1e839ad9d7cf46e60f8fd47c9b247777773255b /openwrt/package/xinetd/Config.in | |
parent | 845b50baacd13cb56fbaf14050681d2c86dcb524 (diff) | |
download | mtk-20170518-c6e5fd9193d6d28bc16a455d6a1c005a5a771627.zip mtk-20170518-c6e5fd9193d6d28bc16a455d6a1c005a5a771627.tar.gz mtk-20170518-c6e5fd9193d6d28bc16a455d6a1c005a5a771627.tar.bz2 |
Add xinetd package
SVN-Revision: 912
Diffstat (limited to 'openwrt/package/xinetd/Config.in')
-rw-r--r-- | openwrt/package/xinetd/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/openwrt/package/xinetd/Config.in b/openwrt/package/xinetd/Config.in new file mode 100644 index 0000000..13bf0ba --- /dev/null +++ b/openwrt/package/xinetd/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_XINETD + tristate "xinetd - a powerful and secure superserver" + default m if CONFIG_DEVEL + help + A powerful and secure superserver + + http://www.xinetd.org/ + |