diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2004-11-11 14:17:45 +0000 | 
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-11 14:17:45 +0000 | 
| commit | b4176386f4c05fd95250ba151e9b26d568b9f878 (patch) | |
| tree | f7745305a5395b9f6e479605100382194aa03c0e | |
| parent | 559efa969bbb9942eddc5a7ee135d083cd06787f (diff) | |
| download | buildroot-novena-b4176386f4c05fd95250ba151e9b26d568b9f878.tar.gz buildroot-novena-b4176386f4c05fd95250ba151e9b26d568b9f878.zip | |
add help desc
| -rw-r--r-- | package/iptables/Config.in | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/package/iptables/Config.in b/package/iptables/Config.in index 542ed010d..f1e5ef631 100644 --- a/package/iptables/Config.in +++ b/package/iptables/Config.in @@ -1,8 +1,7 @@ -# -  config BR2_PACKAGE_IPTABLES -	bool"iptables" +	bool "iptables"  	default n  	help -	  Add help text here. +	  Linux kernel (2.4+) firewall, NAT, and packet mangling tools. +	  http://www.iptables.org/ | 
