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/dhcpc.h

    r3232 r3621  
    3030
    3131#if ENABLE_FEATURE_UDHCP_PORT
    32 #define CLIENT_PORT (client_config.port)
     32#define CLIENT_PORT  (client_config.port)
     33#define CLIENT_PORT6 (client_config.port)
    3334#else
    34 #define CLIENT_PORT 68
     35#define CLIENT_PORT  68
     36#define CLIENT_PORT6 546
    3537#endif
    3638
Note: See TracChangeset for help on using the changeset viewer.