diff options
author | Mike Frysinger | 2005-04-17 07:24:19 +0000 |
---|---|---|
committer | Mike Frysinger | 2005-04-17 07:24:19 +0000 |
commit | fa69f110d978a374e6ab1c213ff994446466b9dc (patch) | |
tree | 638b47992053b973046bc6e5ba50294702832414 /networking/Config.in | |
parent | 77dbe738d23da4065a156dd61ed0636f265e1bb6 (diff) | |
download | busybox-fa69f110d978a374e6ab1c213ff994446466b9dc.zip busybox-fa69f110d978a374e6ab1c213ff994446466b9dc.tar.gz |
import fakeidentd module started by Thomas Lundquist
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index 42176f0..cf2f1dc 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -18,6 +18,13 @@ config CONFIG_ARPING help Ping hosts by ARP packets +config CONFIG_FAKEIDENTD + bool "fakeidentd" + default n + help + fakeidentd listens to the ident port and returns a set fake + value whatever it gets. + config CONFIG_FTPGET bool "ftpget" default n |