Skip to content

Commit

Permalink
add lsof to configs (new option in bb master)
Browse files Browse the repository at this point in the history
  • Loading branch information
tias committed Aug 5, 2012
1 parent 8488d53 commit bd2bf4f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android_ndk_config-w-patches
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ CONFIG_FEATURE_VI_SETOPTS=y
CONFIG_FEATURE_VI_SET=y
CONFIG_FEATURE_VI_WIN_RESIZE=y
CONFIG_FEATURE_VI_ASK_TERMINAL=y
CONFIG_FEATURE_VI_OPTIMIZE_CURSOR=y
CONFIG_AWK=y
CONFIG_FEATURE_AWK_LIBM=y
CONFIG_CMP=y
Expand Down Expand Up @@ -886,6 +885,7 @@ CONFIG_SENDMAIL=y
# Process Utilities
#
CONFIG_IOSTAT=y
CONFIG_LSOF=y
CONFIG_MPSTAT=y
CONFIG_NMETER=y
CONFIG_PMAP=y
Expand Down
1 change: 1 addition & 0 deletions android_ndk_defconfigPlus
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,7 @@ CONFIG_SENDMAIL=y
# Process Utilities
#
CONFIG_IOSTAT=y
CONFIG_LSOF=y
CONFIG_MPSTAT=y
CONFIG_NMETER=y
CONFIG_PMAP=y
Expand Down
3 changes: 2 additions & 1 deletion android_ndk_stericson-like
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# applets extra in this config:
# ar, bbconfig, beep, brctl, bunzip2, bzcat, bzip2, chat, cmp, cpio, ed,
# false, findfs, fuser, hdparm, lspci, lzcat, lzma, man, mesg, mktemp, nohup,
# false, findfs, fuser, hdparm, lsof, lspci, lzcat, lzma, man, mesg, mktemp, nohup,
# pstree, pwdx, readlink, resize, setconsole, setserial, setuidgid, sh,
# slattach, true, tune2fs, unlzma, unxz, xz, xzcat, yes, zcip
#
Expand Down Expand Up @@ -910,6 +910,7 @@ CONFIG_FEATURE_MIME_CHARSET=""
# Process Utilities
#
CONFIG_IOSTAT=y
CONFIG_LSOF=y
# CONFIG_MPSTAT is not set
CONFIG_NMETER=y
CONFIG_PMAP=y
Expand Down

0 comments on commit bd2bf4f

Please sign in to comment.