diff options
Diffstat (limited to 'applets')
-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 d59b2855e..7f14473e0 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -173,6 +173,9 @@ static const struct Applet applets[] = { #ifdef BB_MV //bin {"mv", mv_main}, #endif +#ifdef BB_NSLOOKUP //bin + {"nslookup", nslookup_main}, +#endif #ifdef BB_PING //bin {"ping", ping_main}, #endif |