mirror of
https://git.busybox.net/udhcp
synced 2025-05-09 06:11:34 +08:00
err forgot to add static_lease.o to the obj list
This commit is contained in:
parent
082c7e9d6c
commit
c2fb7afe65
2
Makefile
2
Makefile
@ -22,7 +22,7 @@ LD = $(CROSS_COMPILE)gcc
|
|||||||
INSTALL = install
|
INSTALL = install
|
||||||
|
|
||||||
OBJS_SHARED = common.o options.o packet.o pidfile.o signalpipe.o socket.o
|
OBJS_SHARED = common.o options.o packet.o pidfile.o signalpipe.o socket.o
|
||||||
DHCPD_OBJS = dhcpd.o arpping.o files.o leases.o serverpacket.o
|
DHCPD_OBJS = dhcpd.o arpping.o files.o leases.o serverpacket.o static_leases.o
|
||||||
DHCPC_OBJS = dhcpc.o clientpacket.o clientsocket.o script.o
|
DHCPC_OBJS = dhcpc.o clientpacket.o clientsocket.o script.o
|
||||||
|
|
||||||
ifdef COMBINED_BINARY
|
ifdef COMBINED_BINARY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user