mirror of
https://git.busybox.net/udhcp
synced 2025-05-08 22:09:45 +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
|
||||
|
||||
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
|
||||
|
||||
ifdef COMBINED_BINARY
|
||||
|
Loading…
x
Reference in New Issue
Block a user