diff options
Diffstat (limited to 'applets/busybox.c')
-rw-r--r-- | applets/busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index ca76758..d8a38ad 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -134,6 +134,9 @@ static const struct Applet applets[] = { #ifdef BB_HOSTNAME {"hostname", hostname_main, _BB_DIR_BIN}, #endif +#ifdef BB_ID + {"id", id_main, _BB_DIR_USR_BIN}, +#endif #ifdef BB_INIT {"init", init_main, _BB_DIR_SBIN}, #endif |