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 @@ #ifdef CONFIG_IP APPLET(ip, ip_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif -#ifdef CONFIG_IPADDRESS +#ifdef CONFIG_IPADDR APPLET(ipaddr, ipaddr_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif #ifdef CONFIG_IPCALC