aboutsummaryrefslogtreecommitdiffstats
path: root/package/dhcpcd/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/dhcpcd/Config.in')
-rw-r--r--package/dhcpcd/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/dhcpcd/Config.in b/package/dhcpcd/Config.in
new file mode 100644
index 000000000..a06a9730e
--- /dev/null
+++ b/package/dhcpcd/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_DHCPCD
+ depends on BR2_INET_IPV6
+ bool "dhcpcd"
+ help
+ An RFC2131 compliant DHCP client
+
+ http://roy.marples.name/downloads/dhcpcd
+
+comment "dhcpcd requires a toolchain with IPV6 support"
+ depends on !BR2_INET_IPV6