aboutsummaryrefslogtreecommitdiff
path: root/networking/ipcalc.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/ipcalc.c')
-rw-r--r--networking/ipcalc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/networking/ipcalc.c b/networking/ipcalc.c
index 5975e6fd7..9888a6ff2 100644
--- a/networking/ipcalc.c
+++ b/networking/ipcalc.c
@@ -15,8 +15,8 @@
15//config: bool "ipcalc (4.3 kb)" 15//config: bool "ipcalc (4.3 kb)"
16//config: default y 16//config: default y
17//config: help 17//config: help
18//config: ipcalc takes an IP address and netmask and calculates the 18//config: ipcalc takes an IP address and netmask and calculates the
19//config: resulting broadcast, network, and host range. 19//config: resulting broadcast, network, and host range.
20//config: 20//config:
21//config:config FEATURE_IPCALC_LONG_OPTIONS 21//config:config FEATURE_IPCALC_LONG_OPTIONS
22//config: bool "Enable long options" 22//config: bool "Enable long options"
@@ -28,8 +28,8 @@
28//config: default y 28//config: default y
29//config: depends on IPCALC 29//config: depends on IPCALC
30//config: help 30//config: help
31//config: Adds the options hostname, prefix and silent to the output of 31//config: Adds the options hostname, prefix and silent to the output of
32//config: "ipcalc". 32//config: "ipcalc".
33 33
34//applet:IF_IPCALC(APPLET(ipcalc, BB_DIR_BIN, BB_SUID_DROP)) 34//applet:IF_IPCALC(APPLET(ipcalc, BB_DIR_BIN, BB_SUID_DROP))
35 35