summaryrefslogtreecommitdiff
path: root/package/busybox/config/networking/udhcp/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-01-19 16:05:26 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2023-01-20 13:11:51 +0100
commite115c09bc55453262eba5619113460d9526c2bf7 (patch)
tree498d601c39f7cc1a182ec08f7d40a732bd7882c4 /package/busybox/config/networking/udhcp/Config.in
parent00a0256b75c3d7fe3f261f9754c7c8bf73d2f5b2 (diff)
busybox: update to 1.36.0, remove unsupported choice
Diffstat (limited to 'package/busybox/config/networking/udhcp/Config.in')
-rw-r--r--package/busybox/config/networking/udhcp/Config.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/package/busybox/config/networking/udhcp/Config.in b/package/busybox/config/networking/udhcp/Config.in
index 5d57cf731..111e6b5f5 100644
--- a/package/busybox/config/networking/udhcp/Config.in
+++ b/package/busybox/config/networking/udhcp/Config.in
@@ -93,12 +93,17 @@ config BUSYBOX_FEATURE_UDHCPC_SANITIZEOPT
config BUSYBOX_UDHCPC_DEFAULT_SCRIPT
string "Absolute path to config script"
default "/usr/share/udhcpc/default.script"
- depends on BUSYBOX_UDHCPC || BUSYBOX_UDHCPC6
+ depends on BUSYBOX_UDHCPC
help
This script is called after udhcpc receives an answer. See
examples/udhcp for a working example. Normally it is safe
to leave this untouched.
+config BUSYBOX_UDHCPC6_DEFAULT_SCRIPT
+ string "Absolute path to config script for IPv6"
+ default "/usr/share/udhcpc/default6.script"
+ depends on BUSYBOX_UDHCPC6
+
# udhcpc6 config is inserted here:
config BUSYBOX_UDHCPC6
bool "udhcpc6 (21 kb)"