From 1878c4f47d53e5b38efd90715eedf6edbe8ef884 Mon Sep 17 00:00:00 2001 From: nico Date: Sat, 21 May 2005 16:05:11 +0000 Subject: Convert tcp_wrappers to new packaging style, add a patch for target optimizations git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1009 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/tcp_wrappers/Config.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 openwrt/package/tcp_wrappers/Config.in (limited to 'openwrt/package/tcp_wrappers/Config.in') diff --git a/openwrt/package/tcp_wrappers/Config.in b/openwrt/package/tcp_wrappers/Config.in new file mode 100644 index 000000000..d737fcf96 --- /dev/null +++ b/openwrt/package/tcp_wrappers/Config.in @@ -0,0 +1,13 @@ +config BR2_PACKAGE_LIBWRAP + tristate "libwrap - Security wrapper library for TCP services" + default m if CONFIG_DEVEL + help + Security wrapper library for TCP services. + + ftp://ftp.porcupine.org/pub/security/index.html + + +config BR2_PACKAGE_TCP_WRAPPERS + tristate + default BR2_PACKAGE_LIBWRAP + -- cgit v1.2.3