projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d75a96
)
fix a thinko in build system
author
Denis Vlasenko
<vda.linux@googlemail.com>
Thu, 22 Nov 2007 20:09:41 +0000
(20:09 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Thu, 22 Nov 2007 20:09:41 +0000
(20:09 -0000)
networking/udhcp/Kbuild
patch
|
blob
|
history
diff --git
a/networking/udhcp/Kbuild
b/networking/udhcp/Kbuild
index 7d4747083de716007a61eb857d6987a3b5189215..f4be6dfc1bc07cbc6596f9e8d564225732f19c0a 100644
(file)
--- a/
networking/udhcp/Kbuild
+++ b/
networking/udhcp/Kbuild
@@
-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