gzip cleanup part #8
[oweals/busybox.git] / networking / udhcp / Config.in
index 13dbcee9c6ba9a72ad53758f1053576b1ebdb104..f633473eb8057dc2555a0634747a8a2f4d9afd97 100644 (file)
@@ -12,6 +12,15 @@ config APP_UDHCPD
 
          See http://udhcp.busybox.net for further details.
 
+config APP_DHCPRELAY
+       bool "dhcprelay"
+       default n
+       depends on APP_UDHCPD
+       help
+         dhcprelay listens for dhcp requests on one or more interfaces
+         and forwards these requests to a different interface or dhcp
+         server.
+
 config APP_DUMPLEASES
        bool "Lease display utility (dumpleases)"
        default n