summaryrefslogtreecommitdiffstats
path: root/openwrt/package/tcp_wrappers/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/tcp_wrappers/Config.in')
-rw-r--r--openwrt/package/tcp_wrappers/Config.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/openwrt/package/tcp_wrappers/Config.in b/openwrt/package/tcp_wrappers/Config.in
deleted file mode 100644
index 455a9bc870..0000000000
--- a/openwrt/package/tcp_wrappers/Config.in
+++ /dev/null
@@ -1,15 +0,0 @@
-config BR2_COMPILE_TCP_WRAPPERS
- bool
- default n
- depends BR2_PACKAGE_LIBWRAP
-
-config BR2_PACKAGE_LIBWRAP
- prompt "libwrap........................... Security wrapper library for TCP services"
- tristate
- default m if CONFIG_DEVEL
- select BR2_COMPILE_TCP_WRAPPERS
- help
- Security wrapper library for TCP services.
-
- ftp://ftp.porcupine.org/pub/security/index.html
-