diff options
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -225,6 +225,9 @@ static const struct Applet applets[] = { #ifdef BB_UMOUNT //bin {"umount", umount_main}, #endif +#ifdef BB_UNIQ //bin + {"uniq", uniq_main}, +#endif #ifdef BB_UPDATE //sbin {"update", update_main}, #endif |