diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-03 13:44:01 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-03 13:44:01 +0000 |
commit | ec5b83ce2fe8f4f387f7f87b71632830ce382901 (patch) | |
tree | 9ce8261a7dc16caaec4868b1de86e5c27462509d /package/procps | |
parent | 87eddc3d1f4df642073f7e1df0c4dd613b1a3940 (diff) | |
download | buildroot-novena-ec5b83ce2fe8f4f387f7f87b71632830ce382901.tar.gz buildroot-novena-ec5b83ce2fe8f4f387f7f87b71632830ce382901.zip |
- add missing package-source targets
- add missing dependencies to build prerequisites in the config system
Diffstat (limited to 'package/procps')
-rw-r--r-- | package/procps/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/procps/Config.in b/package/procps/Config.in index 43f8ff29a..3a4cb84c8 100644 --- a/package/procps/Config.in +++ b/package/procps/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_PROCPS bool "procps" default n + select BR2_PACKAGE_NCURSES help Standard informational utilities and process-handling tools. Provides things like kill, ps, uptime, free, top, etc... |