# Many fixes: set client id option, set lease time option, set max size option,
# only do IP checksum check if the checksum != 0
patch/clientpacket.c.patch

# Move debug logs to stderr
patch/debug.h.patch

# Many fixes: TODO
patch/dhcpc.c.patch
patch/dhcpc.h.patch
patch/dhcpd.h.patch

# Fix cross compiler support and set some defines
patch/Makefile.patch

# Add a bunch of options
# Increase maximum size of incoming dhcp message.
patch/options.c.patch
patch/options.h.patch

# Increase maximum size of dhcp message
patch/packet.h.patch

# Handle option 43 and more
patch/script.c.patch

# Use minimal size of outgoing packets to avoid problems with some network equipment
patch/packet.c.patch

# Add support for routing information (options 33 and 121) (needs testing)
#patch/route.patch1

# Add support for t1/t2 setting (options 58 and 59) (needs testing)
#patch/t1t2.patch1

