diff options
Diffstat (limited to 'lib/system/system.h')
-rw-r--r-- | lib/system/system.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/system/system.h b/lib/system/system.h index f8f18a3..271c435 100644 --- a/lib/system/system.h +++ b/lib/system/system.h @@ -11,6 +11,8 @@ struct pb_system_apps { const char *tftp; const char *umount; const char *wget; + const char *ip; + const char *udhcpc; }; extern const struct pb_system_apps pb_system_apps; |