remove broken depend line in target fs config
[openwrt.git] / package / tcp_wrappers / Config.in
1 config BR2_PACKAGE_LIBWRAP
2         tristate "libwrap - Security wrapper library for TCP services"
3         default m if CONFIG_DEVEL
4         help
5           Security wrapper library for TCP services.
6           
7           ftp://ftp.porcupine.org/pub/security/index.html
8           
9
10 config BR2_PACKAGE_TCP_WRAPPERS
11         tristate
12         default BR2_PACKAGE_LIBWRAP
13