diff options
author | Phil Sutter <phil.sutter@viprinet.com> | 2011-04-12 18:31:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-12 20:02:31 +0200 |
commit | 36e2dea8b335502fbbd367d7d09018bc58769a0e (patch) | |
tree | 7620659d77fca6f8572a54d48398d939cff7b3b0 /package/busybox/config/networking/udhcp | |
parent | 933e74c07231e815bbfd9ed90073308eaf253a00 (diff) |
package/busybox: minor update, some fixes and comments
- update to 1.18.4
- introduce BB_MAKE_FLAGS, simplifying package/busybox/Makefile a bit
- document how the package/busybox/config may be updated
- document what needs to be done so one may drop 003-defaults.patch
- update package/busybox/config, a few busybox features were not
selectable
Diffstat (limited to 'package/busybox/config/networking/udhcp')
-rw-r--r-- | package/busybox/config/networking/udhcp/Config.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package/busybox/config/networking/udhcp/Config.in b/package/busybox/config/networking/udhcp/Config.in index 5b2586f66..2ace4737b 100644 --- a/package/busybox/config/networking/udhcp/Config.in +++ b/package/busybox/config/networking/udhcp/Config.in @@ -6,6 +6,7 @@ config BUSYBOX_UDHCPD bool "udhcp server (udhcpd)" default n + depends on BUSYBOX_PLATFORM_LINUX help udhcpd is a DHCP server geared primarily toward embedded systems, while striving to be fully functional and RFC compliant. @@ -49,6 +50,7 @@ config BUSYBOX_DHCPD_LEASES_FILE config BUSYBOX_UDHCPC bool "udhcp client (udhcpc)" default y + depends on BUSYBOX_PLATFORM_LINUX help udhcpc is a DHCP client geared primarily toward embedded systems, while striving to be fully functional and RFC compliant. @@ -92,7 +94,8 @@ config BUSYBOX_FEATURE_UDHCP_RFC3397 depends on BUSYBOX_UDHCPD || BUSYBOX_UDHCPC help If selected, both client and server will support passing of domain - search lists via option 119, specified in RFC3397. + search lists via option 119, specified in RFC 3397, + and SIP servers option 120, specified in RFC 3361. config BUSYBOX_UDHCPC_DEFAULT_SCRIPT string "Absolute path to config script" |