summaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 44d274b85..ea196cb66 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -200,6 +200,9 @@
200#ifdef CONFIG_HEAD 200#ifdef CONFIG_HEAD
201 APPLET(head, head_main, _BB_DIR_USR_BIN) 201 APPLET(head, head_main, _BB_DIR_USR_BIN)
202#endif 202#endif
203#ifdef CONFIG_HEXDUMP
204 APPLET(hexdump, hexdump_main, _BB_DIR_USR_BIN)
205#endif
203#ifdef CONFIG_HOSTID 206#ifdef CONFIG_HOSTID
204 APPLET(hostid, hostid_main, _BB_DIR_USR_BIN) 207 APPLET(hostid, hostid_main, _BB_DIR_USR_BIN)
205#endif 208#endif
@@ -317,6 +320,9 @@
317#ifdef CONFIG_NSLOOKUP 320#ifdef CONFIG_NSLOOKUP
318 APPLET(nslookup, nslookup_main, _BB_DIR_USR_BIN) 321 APPLET(nslookup, nslookup_main, _BB_DIR_USR_BIN)
319#endif 322#endif
323#ifdef CONFIG_OD
324 APPLET(od, od_main, _BB_DIR_USR_BIN)
325#endif
320#ifdef CONFIG_PIDOF 326#ifdef CONFIG_PIDOF
321 APPLET(pidof, pidof_main, _BB_DIR_BIN) 327 APPLET(pidof, pidof_main, _BB_DIR_BIN)
322#endif 328#endif