diff options
-rw-r--r-- | include/applets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h index 585ea1f68..e3d5e485d 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -292,7 +292,7 @@ | |||
292 | #ifdef CONFIG_IP | 292 | #ifdef CONFIG_IP |
293 | APPLET(ip, ip_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 293 | APPLET(ip, ip_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
294 | #endif | 294 | #endif |
295 | #ifdef CONFIG_IPADDRESS | 295 | #ifdef CONFIG_IPADDR |
296 | APPLET(ipaddr, ipaddr_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 296 | APPLET(ipaddr, ipaddr_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
297 | #endif | 297 | #endif |
298 | #ifdef CONFIG_IPCALC | 298 | #ifdef CONFIG_IPCALC |