diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-01 14:25:05 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-01 14:25:05 +0100 |
commit | 6bfe29326d64d7048be525bccf0c83b24f73700a (patch) | |
tree | 44e93a4834a1a3da48afcca87d9e835ebfcaff02 /CHANGES | |
parent | 15f5bef0532aebe2f955cc9b377bd81f8dc06c4d (diff) | |
download | buildroot-novena-6bfe29326d64d7048be525bccf0c83b24f73700a.tar.gz buildroot-novena-6bfe29326d64d7048be525bccf0c83b24f73700a.zip |
dhcp: fix install -D invocation in target-install
Closes #3181
When install -D is used (to ensure destination dirs exists), the destination
file name has to be given as well.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -80,6 +80,7 @@ #3007: kexec doesn't build: Missing regdef.h file #3103: make external-deps wants to download gcc-.tar.bz2 when... #3109: abnormal `make busybox-menuconfig` + #3181: dhcp.mk copies S80dhcp-server to etc/init.d, not etc/init.d/ 2010.11, Released November 30th, 2010: |