mirror of
https://git.busybox.net/busybox
synced 2026-02-15 22:16:09 +00:00
fix a thinko in build system
This commit is contained in:
parent
7d75a96b15
commit
b559105cfb
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ lib-$(CONFIG_APP_UDHCPC) += dhcpc.o clientpacket.o clientsocket.o \
|
|||
script.o
|
||||
|
||||
UDHCPC_NEEDS_ARPING-$(CONFIG_FEATURE_UDHCPC_ARPING) = y
|
||||
lib-$(UDHCPC_NEEDS_ARPING) += arpping.o
|
||||
lib-$(UDHCPC_NEEDS_ARPING-y) += arpping.o
|
||||
|
||||
lib-$(CONFIG_APP_UDHCPD) += dhcpd.o arpping.o files.o leases.o \
|
||||
serverpacket.o static_leases.o
|
||||
|
|
|
|||
Loading…
Reference in a new issue