diff options
author | Peter Korsgaard | 2011-02-01 14:25:05 +0100 |
---|---|---|
committer | Peter Korsgaard | 2011-02-01 14:25:05 +0100 |
commit | 6bfe29326d64d7048be525bccf0c83b24f73700a (patch) | |
tree | 44e93a4834a1a3da48afcca87d9e835ebfcaff02 /CHANGES | |
parent | make help: document ncurses, make V=1 and make O=<dir> (diff) | |
download | buildroot-6bfe29326d64d7048be525bccf0c83b24f73700a.tar.gz buildroot-6bfe29326d64d7048be525bccf0c83b24f73700a.tar.xz buildroot-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: |