diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-23 18:54:59 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-23 18:54:59 +0100 |
commit | f7683cdf83f9eb6793b0be34058dcff92e41252d (patch) | |
tree | 35a9e4b4298e42c049a396254de4d56ada7e7bf8 /networking/udhcp/dumpleases.c | |
parent | a8e52da7742b2bc8a3993f7f7c3c70da8fe79848 (diff) | |
download | busybox-w32-f7683cdf83f9eb6793b0be34058dcff92e41252d.tar.gz busybox-w32-f7683cdf83f9eb6793b0be34058dcff92e41252d.tar.bz2 busybox-w32-f7683cdf83f9eb6793b0be34058dcff92e41252d.zip |
Convert all udhcp applets to "new style" applet definitions
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/dumpleases.c')
-rw-r--r-- | networking/udhcp/dumpleases.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/networking/udhcp/dumpleases.c b/networking/udhcp/dumpleases.c index 987cc9aff..d83344a8d 100644 --- a/networking/udhcp/dumpleases.c +++ b/networking/udhcp/dumpleases.c | |||
@@ -2,6 +2,9 @@ | |||
2 | /* | 2 | /* |
3 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 3 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
4 | */ | 4 | */ |
5 | //applet:IF_DUMPLEASES(APPLET(dumpleases, BB_DIR_USR_BIN, BB_SUID_DROP)) | ||
6 | |||
7 | //kbuild:lib-$(CONFIG_DUMPLEASES) += dumpleases.o | ||
5 | 8 | ||
6 | //usage:#define dumpleases_trivial_usage | 9 | //usage:#define dumpleases_trivial_usage |
7 | //usage: "[-r|-a] [-d] [-f LEASEFILE]" | 10 | //usage: "[-r|-a] [-d] [-f LEASEFILE]" |