diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-02-12 08:10:40 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-02-12 08:10:40 +0000 |
commit | d322f37644811964ee7da64c4d3fcffd8898869f (patch) | |
tree | f7e2ba6c81659bb3db7257d894df9bffe7507db0 /make/udhcp.mk | |
parent | e03eb9438ec2a2a8036f025df8cd112c1b686c63 (diff) | |
download | buildroot-novena-d322f37644811964ee7da64c4d3fcffd8898869f.tar.gz buildroot-novena-d322f37644811964ee7da64c4d3fcffd8898869f.zip |
Lots and lots of changes
Diffstat (limited to 'make/udhcp.mk')
-rw-r--r-- | make/udhcp.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/udhcp.mk b/make/udhcp.mk index 6c7acbd55..8bd5c9067 100644 --- a/make/udhcp.mk +++ b/make/udhcp.mk @@ -48,6 +48,7 @@ $(TARGET_DIR)/sbin/udhcpc: $(UDHCP_DIR)/udhcpc perl -i -p -e 's/PUMP/UDHCPC/' $(TARGET_DIR)/etc/pcmcia/network* perl -i -p -e 's/DHCP="n"/DHCP="y"/' $(TARGET_DIR)/etc/pcmcia/network* mkdir -p $(TARGET_DIR)/sbin + rm -f $(TARGET_DIR)/sbin/udhcpc cp $(UDHCP_DIR)/udhcpc $(TARGET_DIR)/sbin/ mkdir -p $(TARGET_DIR)/usr/share/udhcpc cp $(UDHCP_DIR)/samples/simple.script $(TARGET_DIR)/usr/share/udhcpc/default.script |