Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/networking/udhcp/Config.src

    r3232 r3621  
    8585      and restart the discover process.
    8686
     87config FEATURE_UDHCPC_SANITIZEOPT
     88    bool "Do not pass malformed host and domain names"
     89    default y
     90    depends on UDHCPC
     91    help
     92      If selected, udhcpc will check some options (such as option 12 -
     93      hostname) and if they don't look like valid hostnames
     94      (for example, if they start with dash or contain spaces),
     95      they will be replaced with string "bad" when exporting
     96      to the environment.
     97
    8798config FEATURE_UDHCP_PORT
    8899    bool "Enable '-P port' option for udhcpd and udhcpc"
Note: See TracChangeset for help on using the changeset viewer.