*: add comment about APPLET_ODDNAME format
It confused me more than once Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
//config: help
|
||||
//config: Alias to "hostname -d".
|
||||
|
||||
// APPLET_ODDNAME:name main location suid_type help
|
||||
//applet:IF_DNSDOMAINNAME(APPLET_ODDNAME(dnsdomainname, hostname, BB_DIR_BIN, BB_SUID_DROP, dnsdomainname))
|
||||
//applet:IF_HOSTNAME(APPLET(hostname, BB_DIR_BIN, BB_SUID_DROP))
|
||||
|
||||
|
||||
@@ -106,7 +106,8 @@
|
||||
//config: Otherwise, if udhcpc applet is enabled, it is used.
|
||||
//config: Otherwise, ifup/ifdown will have no support for DHCP.
|
||||
|
||||
//applet:IF_IFUP(APPLET_ODDNAME(ifup, ifupdown, BB_DIR_SBIN, BB_SUID_DROP, ifup))
|
||||
// APPLET_ODDNAME:name main location suid_type help
|
||||
//applet:IF_IFUP( APPLET_ODDNAME(ifup, ifupdown, BB_DIR_SBIN, BB_SUID_DROP, ifup))
|
||||
//applet:IF_IFDOWN(APPLET_ODDNAME(ifdown, ifupdown, BB_DIR_SBIN, BB_SUID_DROP, ifdown))
|
||||
|
||||
//kbuild:lib-$(CONFIG_IFUP) += ifupdown.o
|
||||
|
||||
Reference in New Issue
Block a user