diff options
-rw-r--r-- | networking/ifenslave.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifenslave.c b/networking/ifenslave.c index 7e6a8b1c4..a845c4e7e 100644 --- a/networking/ifenslave.c +++ b/networking/ifenslave.c | |||
@@ -105,7 +105,7 @@ | |||
105 | //config: Userspace application to bind several interfaces | 105 | //config: Userspace application to bind several interfaces |
106 | //config: to a logical interface (use with kernel bonding driver). | 106 | //config: to a logical interface (use with kernel bonding driver). |
107 | 107 | ||
108 | //applet:IF_IFENSLAVE(APPLET(ifenslave, BB_DIR_SBIN, BB_SUID_DROP)) | 108 | //applet:IF_IFENSLAVE(APPLET_NOEXEC(ifenslave, ifenslave, BB_DIR_SBIN, BB_SUID_DROP, ifenslave)) |
109 | 109 | ||
110 | //kbuild:lib-$(CONFIG_IFENSLAVE) += ifenslave.o interface.o | 110 | //kbuild:lib-$(CONFIG_IFENSLAVE) += ifenslave.o interface.o |
111 | 111 | ||